Home
last modified time | relevance | path

Searched refs:realUsage (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DMemoryProcessor.php24 protected $realUsage; variable in Monolog\\Processor\\MemoryProcessor
32 …* @param bool $realUsage Set this to true to get the real size of memory allocated from system.
35 public function __construct(bool $realUsage = true, bool $useFormatting = true) argument
37 $this->realUsage = $realUsage;
H A DMemoryPeakUsageProcessor.php27 $usage = memory_get_peak_usage($this->realUsage);
H A DMemoryUsageProcessor.php27 $usage = memory_get_usage($this->realUsage);