ICanBoogie
  • Documentation
  • API Reference
  • Event v2.0.0
Namespaces
  • ICanBoogie
Classes
  • Event
  • EventCollection
  • EventCollectionProvider
  • EventHook
  • EventHookReflection
  • EventProfiler
  • EventReflection

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

$type
public static add_call( string $type, callable $hook, float $started_at )

Adds an event hook call.

Adds an event hook call.

Parameters

$type
$hook
$started_at

Properties summary

public static $unused : array

Unused event types.

Unused event types.

list($time, $type) = $value;

`

[]
public static $calls : array

Event hooks calls.

Event hooks calls.

list($time, $type, $hook, $started_at);
[]
Event v2.0.0 – Check on GitHub – API documentation generated by ApiGen