[svn:modperl-modules] rev 174 - Apache-Scoreboard-2.0/trunk/lib/Apache

[email protected] 11 Mar 2005 23:38:14 -0000
Newsgroups perl.modperl.modules.svn
Message-ID <[email protected]>
Author: stas
Date: Fri Mar 11 15:38:13 2005
New Revision: 174

Modified:
   Apache-Scoreboard-2.0/trunk/lib/Apache/Scoreboard.pm
Log:
req_time() returns the time taken to process the request in milliseconds


Modified: Apache-Scoreboard-2.0/trunk/lib/Apache/Scoreboard.pm
==============================================================================
--- Apache-Scoreboard-2.0/trunk/lib/Apache/Scoreboard.pm	(original)
+++ Apache-Scoreboard-2.0/trunk/lib/Apache/Scoreboard.pm	Fri Mar 11 15:38:13 2005
@@ -523,7 +523,7 @@
 
 =head2 C<req_time>
 
-Returns the time taken to process the request in microseconds:
+Returns the time taken to process the request in milliseconds:
 
   my $req_time = $worker_score->req_time;