Home
last modified time | relevance | path

Searched refs:getPeakMemoryUsage (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/
H A DBlackfireDumper.php64 $data[$edge]['pmu'] += $profile->getPeakMemoryUsage();
70 'pmu' => $profile->getPeakMemoryUsage(),
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/
H A DProfile.php121 public function getPeakMemoryUsage() function in Twig\\Profiler\\Profile