示例#1
0
文件: Timer.php 项目: jjok/Robo
 /**
  * @return float|null
  */
 protected function getExecutionTime()
 {
     if (!isset($this->timer)) {
         return null;
     }
     return $this->timer->elapsed();
 }