Beispiel #1
0
 private function get_delta_duration()
 {
     return Bench::get_microtime() - $this->start;
 }
Beispiel #2
0
 function stop()
 {
     $this->duration = Bench::get_microtime() - $this->start;
 }