Profiling
extends Facade
Table of Contents
Methods
-
dump()
: void
-
end()
: void
-
log()
: void
-
tick()
: void
-
getFacadeAccessor()
: mixed
dump()
public
static dump() : void
end()
public
static end(string $label) : void
Parameters
-
$label
: string
-
log()
public
static log(string $label, array<string|int, mixed> $context =[]) : void
Parameters
-
$label
: string
-
-
$context =[]
: array<string|int, mixed>
-
tick()
public
static tick(string $label) : void
Parameters
-
$label
: string
-
getFacadeAccessor()
protected
static getFacadeAccessor() : mixed