Overrides DataCollector::reset
public function reset() : void { $this->data = [ 'events' => [], 'stopwatch_installed' => false, 'start_time' => 0, ]; $this->stopwatch?->reset(); }