function Snapshot::__construct
Same name in this branch
- 11.1.x vendor/sebastian/global-state/src/Snapshot.php \SebastianBergmann\GlobalState\Snapshot::__construct()
File
-
vendor/
phpunit/ phpunit/ src/ Event/ Value/ Telemetry/ Snapshot.php, line 24
Class
- Snapshot
- @psalm-immutable
Namespace
PHPUnit\Event\TelemetryCode
public function __construct(HRTime $time, MemoryUsage $memoryUsage, MemoryUsage $peakMemoryUsage, GarbageCollectorStatus $garbageCollectorStatus) {
$this->time = $time;
$this->memoryUsage = $memoryUsage;
$this->peakMemoryUsage = $peakMemoryUsage;
$this->garbageCollectorStatus = $garbageCollectorStatus;
}