ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Protected Member Functions | |
getProfile () | |
Private Member Functions | |
getIndexProfile (array $subProfiles=array()) | |
getEmbeddedBlockProfile (array $subProfiles=array()) | |
getEmbeddedTemplateProfile (array $subProfiles=array()) | |
getIncludedTemplateProfile (array $subProfiles=array()) | |
getMacroProfile (array $subProfiles=array()) | |
generateProfile ($name, $duration, $isTemplate, $type, $templateName, array $subProfiles=array()) | |
Definition at line 12 of file AbstractTest.php.
|
private |
string | $name | |
float | $duration | |
bool | $isTemplate | |
string | $type | |
string | $templateName | |
array | $subProfiles |
Definition at line 84 of file AbstractTest.php.
Referenced by getEmbeddedBlockProfile(), getEmbeddedTemplateProfile(), getIncludedTemplateProfile(), getIndexProfile(), and getMacroProfile().
|
private |
Definition at line 54 of file AbstractTest.php.
References generateProfile().
Referenced by getProfile().
|
private |
Definition at line 59 of file AbstractTest.php.
References generateProfile().
Referenced by getProfile().
|
private |
Definition at line 64 of file AbstractTest.php.
References generateProfile().
Referenced by getProfile().
|
private |
Definition at line 49 of file AbstractTest.php.
References generateProfile().
Referenced by getProfile().
|
private |
Definition at line 69 of file AbstractTest.php.
References generateProfile().
Referenced by getProfile().
|
protected |
Definition at line 14 of file AbstractTest.php.
References getEmbeddedBlockProfile(), getEmbeddedTemplateProfile(), getIncludedTemplateProfile(), getIndexProfile(), and getMacroProfile().
Referenced by Twig_Tests_Profiler_Dumper_TextTest\testDump(), Twig_Tests_Profiler_Dumper_HtmlTest\testDump(), and Twig_Tests_Profiler_Dumper_BlackfireTest\testDump().