예제 #1
0
파일: Timer.php 프로젝트: jjok/Robo
 /**
  * @return float|null
  */
 protected function getExecutionTime()
 {
     if (!isset($this->timer)) {
         return null;
     }
     return $this->timer->elapsed();
 }