Ejemplo n.º 1
0
Archivo: Timer.php Proyecto: jjok/Robo
 /**
  * @return float|null
  */
 protected function getExecutionTime()
 {
     if (!isset($this->timer)) {
         return null;
     }
     return $this->timer->elapsed();
 }