Elgg
Version 6.1
|
Functions | |
setTimer (Timer $timer) | |
Set a timer that should collect begin/end times for events. More... | |
hasTimer () | |
Has a timer been set. More... | |
beginTimer (array $keys) | |
Start the timer (when enabled) More... | |
endTimer (array $keys) | |
Ends the timer (when enabled) More... | |
Variables | |
trait | Profilable |
Make an object accept a timer. More... | |
|
protected |
Start the timer (when enabled)
array | $keys | Keys to identify period. E.g. ['startup', FUNCTION] |
Definition at line 43 of file Profilable.php.
|
protected |
Ends the timer (when enabled)
array | $keys | Keys to identify period. E.g. ['startup', FUNCTION] |
Definition at line 59 of file Profilable.php.
Elgg\Traits\Debug\hasTimer | ( | ) |
Elgg\Traits\Debug\setTimer | ( | Timer | $timer | ) |
Set a timer that should collect begin/end times for events.
Definition at line 22 of file Profilable.php.
trait Elgg::Traits::Debug\Profilable |
Make an object accept a timer.
Definition at line 12 of file Profilable.php.