private function Twig_Tests_Profiler_Dumper_AbstractTest::getIncludedTemplateProfile 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::getIncludedTemplateProfile()
1 call to Twig_Tests_Profiler_Dumper_AbstractTest::getIncludedTemplateProfile()
- 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 64
Class
Code
private function getIncludedTemplateProfile(array $subProfiles = array()) {
return $this
->generateProfile('main', 0.0001, true, 'template', 'included.twig', $subProfiles);
}