diff options
Diffstat (limited to 'lib/Benchmark.pm')
-rw-r--r-- | lib/Benchmark.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Benchmark.pm b/lib/Benchmark.pm index cdaa0c65f1..2907e69c1c 100644 --- a/lib/Benchmark.pm +++ b/lib/Benchmark.pm @@ -282,8 +282,8 @@ If the Time::HiRes module has been installed, you can specify the special tag C<:hireswallclock> for Benchmark (if Time::HiRes is not available, the tag will be silently ignored). This tag will cause the wallclock time to be measured in microseconds, instead of integer -seconds. Note though that since the speed computations are conducted -still in CPU seconds. +seconds. Note though that the speed computations are still conducted +in CPU time, not wallclock time. =head1 NOTES |