RE: [PHP] Timing PHP

2002-03-18 Thread Niklas Lampén

microtime() function's manual entry tells you exactly what you want to
do. :)


Niklas

-Original Message-
From: Stig Kronback [mailto:[EMAIL PROTECTED]] 
Sent: 18. maaliskuuta 2002 12:00
To: [EMAIL PROTECTED]
Subject: [PHP] Timing PHP


Dear ?

I need to see how long it takes for my php-scripts to
execute, what can I do, doesn't PHP include a function
that will show that information?

Regards,
Stig

=
Stig Kronback Andersen
Drejervej 13, st
2400 Koebenhavn NV
Denmark
Phone: +45 35310382
E-mail: [EMAIL PROTECTED]

__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts http://uk.my.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Timing PHP

2002-03-18 Thread Mika Tuupola

On Mon, 18 Mar 2002, Stig Kronback wrote:

 I need to see how long it takes for my php-scripts to
 execute, what can I do, doesn't PHP include a function
 that will show that information?

PEAR has a benchmark class which does just that:

http://chora.php.net/cvs.php/pear/Benchmark

-- 
Mika Tuupola  http://www.appelsiini.net/~tuupola/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php