$realUsage
$realUsage : bool
Injects memory_get_usage in all records
$realUsage : bool
$useFormatting : bool
__construct(bool $realUsage = true, bool $useFormatting = true) : mixed
bool | $realUsage | Set this to true to get the real size of memory allocated from system. |
bool | $useFormatting | If true, then format memory size to human readable string (MB, KB, B depending on size) |