| 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 |
| Constants |
| Variables |
| Functions |
| Types |
markrecord = record
passes : dword;
t : comp;
Ctime : extended;
totaltime : extended;
fastest : extended;
prevtime : extended;
active : boolean;
end;
| Constants |
| Variables |