Yes, that's what I use, except I use microtime();

Justin French



on 23/06/02 11:49 PM, James Drabb ([EMAIL PROTECTED]) wrote:

> Hello all,
> 
> Does PHP have any built in functions to do simple profiling on a page?  Or
> should
> I just use $time1=time(); do_stuff(); $time2=time(); echo $time2-$time1;?
> 
> Thanks,
> 
> Jim Drabb
> 
> --
> -------------------------------------------------------------
> Never ask a geek why, just nod your head and slowly back away
> -------------------------------------------------------------
> James Drabb JR
> Programmer Analyst
> [EMAIL PROTECTED]
> 
> 


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

Reply via email to