bug (?) in Time Format
Frank Heckenbach
ih8mj at fjf.gnu.de
Sat Feb 28 15:14:42 CET 2004
Toby Ewing wrote:
> Silvio's timer is way better anyway.
Both versions (and Russ's as well) measure real time.
For a benchmark it's better to
measure CPU time. This is most easily accomplished from a shell:
time ./myprog
will run ./myprog and print the CPU time it consumed, without
any special provision necessary in the program.
Within a program you can use GetCPUTime (unit GPC).
> The bug report stands.
Indeed. The "reference expected" error is correct, but the tree
check is a bug. I'll fix it when I get to it ...
Frank
--
Frank Heckenbach, frank at g-n-u.de, http://fjf.gnu.de/, 7977168E
GPC To-Do list, latest features, fixed bugs:
http://www.gnu-pascal.de/todo.html
GPC download signing key: 51FF C1F0 1A77 C6C2 4482 4DDC 117A 9773 7F88 1707
More information about the Gpc
mailing list