public function snapshot() : Snapshot { return new Snapshot($this->stopWatch ->current(), $this->memoryMeter ->memoryUsage(), $this->memoryMeter ->peakMemoryUsage(), $this->garbageCollectorStatusProvider ->status()); }