28 $bytes = memory_get_peak_usage($this->realUsage);
31 $record[
'extra'][
'memory_peak_usage'] = $formatted;
An exception for terminatinating execution or to throw for unit testing.
Injects memory_get_peak_usage in all records.
Some methods that are common for all memory processors.
formatBytes($bytes)
Formats bytes into a human readable string if $this->useFormatting is true, otherwise return $bytes a...