Source for file timer_example.php
Documentation is available at timer_example.php
for ($i=0; $i < $amount; $i++ ) {
for ($i=0; $i < 100; $i++ );
// Pass the param "true" to constructor to automatically display the results
$timer->setMarker ('Mark1');
echo "Elapsed time between Start and Mark1: " .
$timer->timeElapsed ('Start', 'Mark1') . "\n";
Documentation generated on Mon, 11 Mar 2019 14:18:40 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|