Home
last modified time | relevance | path

Searched refs:dumpProfile (Results 1 – 2 of 2) sorted by last modified time

/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/
H A DBaseDumper.php25 return $this->dumpProfile($profile);
34 private function dumpProfile(Profile $profile, $prefix = '', $sibling = false) function in Twig\\Profiler\\Dumper\\BaseDumper
58 $str .= $this->dumpProfile($p, $prefix, $i + 1 !== $nCount);
H A DBlackfireDumper.php26 $this->dumpProfile('main()', $profile, $data);
53 $this->dumpProfile(sprintf('%s==>%s', $parent, $name), $p, $data);
58 private function dumpProfile($edge, Profile $profile, &$data) function in Twig\\Profiler\\Dumper\\BlackfireDumper