From: Hugo van der Sanden Date: Mon, 9 Sep 2002 09:11:57 +0000 (+0000) Subject: small grammar fix in Benchmark docs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=702fa71c711a708b512dca4870841461f8f582ee;p=p5sagit%2Fp5-mst-13.2.git small grammar fix in Benchmark docs p4raw-id: //depot/perl@17878 --- diff --git a/lib/Benchmark.pm b/lib/Benchmark.pm index cdaa0c6..2907e69 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