private function Twig_Tests_Profiler_Dumper_AbstractTest::getMacroProfile in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/AbstractTest.php \Twig_Tests_Profiler_Dumper_AbstractTest::getMacroProfile()
1 call to Twig_Tests_Profiler_Dumper_AbstractTest::getMacroProfile()
- Twig_Tests_Profiler_Dumper_AbstractTest::getProfile in vendor/
twig/ twig/ test/ Twig/ Tests/ Profiler/ Dumper/ AbstractTest.php
File
- vendor/
twig/ twig/ test/ Twig/ Tests/ Profiler/ Dumper/ AbstractTest.php, line 69
Class
Code
private function getMacroProfile(array $subProfiles = array()) {
return $this
->generateProfile('foo', 0.0001, false, 'macro', 'index.twig', $subProfiles);
}