INSTALL
readme
Todo List
timerobject timerobject( )
This initializes the timerobject and sets the default precision of results to two decimal places
float getElapsedTime( )
This returns the elapsed time with the proper number of significant digits
void restart( )
Same as startTimer excepts this clears everything out first
void setPercision( $num_dec_places)
void setPrecision( int $num_dec_places)
This sets how many significant digits get sent back when elapsedTime is called
void startTimer( )
float stopTimer( )