On Wed, 21 Mar 2001 17:09:17 -0800, Jason Granum
([EMAIL PROTECTED]) wrote:
>I'm wanting to benchmark a single PHP page to the millisecond (if
>possible) that basicly just will put a
>
>This page generated in X.XXX seconds
>
>at the bottom of every page.
>
>I've tried looking through the past messages on the group but havn't
>found any threads relating to this. Anyone have any ideas of how to
>do this simple thing simply?
>
>Thanks
you can call microtime() at the top and bottom and subtract them, and
maybe use output buffering functions to be completely accurate.
- Mark
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]