Unit Z_prof

Tool for timing evaluation of Delphi Pascal code fragments. Timing is based on the cpu clock , resolution ca 10ns (=10^-8 s). May , version 2.20 published as freeware by author A. Baars , any comments : antonie.baars@wxs.nl

Classes

Tprofiler -
TZprofiler -

Functions

Register -

Types

markrecord

Constants

nmarks

Variables

profile


Functions


procedure Register;


Types


markrecord = record
passes : dword;
t : comp;
Ctime : extended;
totaltime : extended;
fastest : extended;
prevtime : extended;
active : boolean;
end;

Constants

nmarks = 20


Variables

profile : Tprofiler