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 f351020 commit d2da2b6Copy full SHA for d2da2b6
src/Services/Memory.php
@@ -14,7 +14,7 @@ class Memory
14
15
public function now(): int
16
{
17
- return memory_get_usage(true);
+ return memory_get_peak_usage(true);
18
}
19
20
public function diff(int $memory): int
0 commit comments