This goes to show that there are some gems buried in these forums.

It would be interesting to see the tests performed using RDTSC. This will count the time taken in CPU cycles.

[pascal]function RDTSC: Int64; assembler;
asm
RDTSC
end;[/pascal]