Class EventProfiler
Profiling information about events.
Final
Namespace: ICanBoogie
Located at EventProfiler.php
Methods summary
public static
add_unused( string $type
)
Adds an unused event type.
Adds an unused event type.
Parameters
public static
add_call( string $type
, callable $hook
, float $started_at
)
Adds an event hook call.
Parameters
Properties summary
public static
$unused
: array
Unused event types.
list($time, $type) = $value;
`
[]
public static
$calls
: array
Event hooks calls.
list($time, $type, $hook, $started_at);
[]