Ejemplo n.º 1
0
 private function get_delta_duration()
 {
     return Bench::get_microtime() - $this->start;
 }
Ejemplo n.º 2
0
 function stop()
 {
     $this->duration = Bench::get_microtime() - $this->start;
 }