Gets the request start time (not available if debug is disabled).
@api
integer The request start timestamp
Overrides KernelInterface::getStartTime
public function getStartTime() { return $this->debug ? $this->startTime : -INF; }