Gets the initialization time.
This is the time spent until the beginning of the request handling.
float The elapsed time
public function getInitTime() {
return $this->data['events']['__section__']
->getOrigin() - $this
->getStartTime();
}