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