Discussion on:
Message 1 of 1
Increase time resolution
Internally, Benchmark also uses the time() function, which limits the accuracy of measured time values to the nearest second. For more accurate measurements, you should try using the Time::HiRes module in combination with Benchmark.
Posted by RexWorld
27th Jul 2004









































