Documentation

Twig_Tests_Profiler_Dumper_BlackfireTest extends Twig_Tests_Profiler_Dumper_AbstractTest
in package

Table of Contents

testDump()  : mixed
getProfile()  : mixed
generateProfile()  : Profile
getEmbeddedBlockProfile()  : mixed
getEmbeddedTemplateProfile()  : mixed
getIncludedTemplateProfile()  : mixed
getIndexProfile()  : mixed
getMacroProfile()  : mixed

Methods

testDump()

public testDump() : mixed
Return values
mixed

getProfile()

protected getProfile() : mixed
Return values
mixed

generateProfile()

private generateProfile(string $name, float $duration, string $type, string $templateName[, array<string|int, mixed> $subProfiles = [] ]) : Profile
Parameters
$name : string
$duration : float
$type : string
$templateName : string
$subProfiles : array<string|int, mixed> = []
Return values
Profile

getEmbeddedBlockProfile()

private getEmbeddedBlockProfile([array<string|int, mixed> $subProfiles = [] ]) : mixed
Parameters
$subProfiles : array<string|int, mixed> = []
Return values
mixed

getEmbeddedTemplateProfile()

private getEmbeddedTemplateProfile([array<string|int, mixed> $subProfiles = [] ]) : mixed
Parameters
$subProfiles : array<string|int, mixed> = []
Return values
mixed

getIncludedTemplateProfile()

private getIncludedTemplateProfile([array<string|int, mixed> $subProfiles = [] ]) : mixed
Parameters
$subProfiles : array<string|int, mixed> = []
Return values
mixed

getIndexProfile()

private getIndexProfile([array<string|int, mixed> $subProfiles = [] ]) : mixed
Parameters
$subProfiles : array<string|int, mixed> = []
Return values
mixed

getMacroProfile()

private getMacroProfile([array<string|int, mixed> $subProfiles = [] ]) : mixed
Parameters
$subProfiles : array<string|int, mixed> = []
Return values
mixed

Search results