registerNullFilter(); $this->startTimer(); $this->saveStdout(); $this->silenceStdout(); /** @var list $argv */ $argv = $_SERVER['argv'] ?? []; if (in_array('--parallel', $argv, true)) { ProfileCollector::startTimerFromNanoseconds(hrtime(true)); ProfileCollector::executionStarted(); } else { $this->registerProfileSubscriber(); } } }