PHP Classes

File: TestStopWatchOutput.TXT

Recommend this page to a friend!
  Classes of Bob Wedwick   PHP StopWatch Timer   TestStopWatchOutput.TXT   Download  
File: TestStopWatchOutput.TXT
Role: Sample output
Content type: text/plain
Description: Output from testing Stop Watch
Class: PHP StopWatch Timer
Measure the time PHP scripts take to execute
Author: By
Last change:
Date: 10 years ago
Size: 1,109 bytes
 

Contents

Class file image Download
Output from TestStopWatch.php running as a console job with time in milliseconds. for-loop done = 0.043 1 second later = 1.002 2 seconds later = 2.001 junk = no value Array ( [testing] => 0 [1 second later] => 1.002 [2 seconds later] => 2.001 [for-loop done] => 0.043 [~interval 5] => 0 ) Array ( [testing] => 0 [1 second later] => 1.002 [2 seconds later] => 2.001 [for-loop done] => 0.043 [~interval 5] => 0 [last] => 1.001 [~total time] => 4.047 ) ------------- Output from TestStopWatch.php running as a console job with time in microseconds. for-loop done = 0.048297 1 second later = 1.001019 2 seconds later = 2.001963 junk = no value Array ( [testing] => 0 [1 second later] => 1.001019 [2 seconds later] => 2.001963 [for-loop done] => 0.048297 [~interval 5] => 0.000146 ) Array ( [testing] => 0 [1 second later] => 1.001019 [2 seconds later] => 2.001963 [for-loop done] => 0.048297 [~interval 5] => 0.000146 [last] => 1.001155 [~total time] => 4.05258 )