28 $bytes = memory_get_usage($this->realUsage);
31 $record[
'extra'][
'memory_usage'] = $formatted;
An exception for terminatinating execution or to throw for unit testing.
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...
Injects memory_get_usage in all records.