예제 #1
0
파일: Reporting.php 프로젝트: eredi93/forms
 /**
  * Start recording time for the run.
  *
  * @return void
  */
 public static function startTiming()
 {
     self::$startTime = microtime(true);
 }