NYCPHP Meetup

NYPHP.org

[nycphp-talk] stats..

Sterling Hughes sterling at bumblebury.com
Fri Mar 21 11:06:11 EST 2003


On Fri, 2003-03-21 at 04:31, Tracy wrote:
> Hi, 
> 
> with ur programming tips, i have almost come to the finishing stages of my project. now i have asked to consolidate the work. i need to show in graphs and plot, the stats of my project. i need to measure the execution tie of my scripts based on the qureies issued, etc... 
> 
> wots the best method? does anyone know of available tools for the work. dont tell me i need to add a 
> 
> $start = time() 
> 
> :
> 
> :
> 
> and then $end = time();
> 
> exectime= $end-$start. this is the only possible that comes to my mind at the moment. plz help 
> 
> Thz again
> 

you'll want to use a pre-existing solution, like Benchmark_Timer, or use
apd.  Both are available from pear.

-Sterling


> Tracy
> 
> 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Coming together is a beginning... 
>    keeping together is progress... 
>       working together is success !!!
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 
> 
> ---------------------------------
> Do you Yahoo!?
> Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
> 
> 
> --- Unsubscribe at http://nyphp.org/list/ ---
-- 
"Reductionists like to take things apart.  The rest of us are 
 just trying to get it together." 
    - Larry Wall, Programming Perl, 3rd Edition




More information about the talk mailing list