Skip to content

Instantly share code, notes, and snippets.

View matheusd's full-sized avatar

Matheus Degiovani matheusd

View GitHub Profile
@matheusd
matheusd / UnPerfCounter.pas
Created December 15, 2016 08:09
Unit de cálculo de tempo de execução para Delphi em plataforma Windows
unit UnPerfCounter;
interface
uses
windows, SysUtils;
type
{: Um contador de alta performance, utilizado para realizar medições de
tempo/velocidade. }