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