コード例 #1
0
ファイル: Reporting.php プロジェクト: eredi93/forms
 /**
  * Start recording time for the run.
  *
  * @return void
  */
 public static function startTiming()
 {
     self::$startTime = microtime(true);
 }