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