Skip to content

Commit e97e470

Browse files
Use peak memory usage when representing Telemetry\Info as string
1 parent 8997b93 commit e97e470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Event/Value/Telemetry/Info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function asString(): string
7979
'[%s / %s] [%d bytes]',
8080
$this->durationSinceStart()->asString(),
8181
$this->durationSincePrevious()->asString(),
82-
$this->memoryUsage()->bytes(),
82+
$this->peakMemoryUsage()->bytes(),
8383
);
8484
}
8585
}

0 commit comments

Comments
 (0)