summaryrefslogtreecommitdiff
path: root/lib/Benchmark.pm
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2002-09-09 09:11:57 +0000
committerhv <hv@crypt.org>2002-09-09 09:11:57 +0000
commit702fa71c711a708b512dca4870841461f8f582ee (patch)
tree5dd4ecdb6c496708282310dd65c5c5623dc89b63 /lib/Benchmark.pm
parentd4de4258b931cc1df88e6dfd94fd1a8f5c8d48d0 (diff)
downloadperl-702fa71c711a708b512dca4870841461f8f582ee.tar.gz
small grammar fix in Benchmark docs
p4raw-id: //depot/perl@17878
Diffstat (limited to 'lib/Benchmark.pm')
-rw-r--r--lib/Benchmark.pm4
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