We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8997b93 commit e97e470Copy full SHA for e97e470
src/Event/Value/Telemetry/Info.php
@@ -79,7 +79,7 @@ public function asString(): string
79
'[%s / %s] [%d bytes]',
80
$this->durationSinceStart()->asString(),
81
$this->durationSincePrevious()->asString(),
82
- $this->memoryUsage()->bytes(),
+ $this->peakMemoryUsage()->bytes(),
83
);
84
}
85
0 commit comments