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