PhpProfiling
Table of Contents
Constants
-
TOTAL_LABEL
= 'total request'
Properties
-
$counter
: array<string, int>
-
$logger
: LoggerInterface
-
$startedAt
: int
-
$store
: array<string, int>
-
$summary
: array<string, int>
Methods
-
__construct()
: mixed
-
dump()
: mixed
-
end()
: void
-
log()
: void
-
tick()
: void
TOTAL_LABEL
public
mixed
TOTAL_LABEL
= 'total request'
$counter
private
array<string, int>
$counter
= []
$logger
private
LoggerInterface
$logger
$startedAt
private
int
$startedAt
$store
private
array<string, int>
$store
= []
$summary
private
array<string, int>
$summary
= []
__construct()
public
__construct() : mixed
dump()
public
dump() : mixed
end()
public
end(string $label) : void
Parameters
-
$label
: string
-
log()
public
log(string $message[, array<string|int, mixed> $context = [] ]) : void
Parameters
-
$message
: string
-
-
$context
: array<string|int, mixed>
= []
-
tick()
public
tick(string $label) : void
Parameters
-
$label
: string
-