![]() |
TeamSpeak 3 PHP Framework
1.1.16
Copyright © Planet TeamSpeak. All rights reserved.
|
Helper class for profiler handling. More...
Static Public Member Functions | |
static | init ($name="default") |
Inits a timer. | |
static | start ($name="default") |
Starts a timer. | |
static | stop ($name="default") |
Stops a timer. | |
static | get ($name="default") |
Returns a timer. | |
Static Protected Attributes | |
static | $timers = array() |
Helper class for profiler handling.
Definition at line 32 of file Profiler.php.
|
static |
Inits a timer.
string | $name |
Definition at line 47 of file Profiler.php.
Referenced by TeamSpeak3_Adapter_FileTransfer\syn(), TeamSpeak3_Adapter_TSDNS\syn(), TeamSpeak3_Adapter_Blacklist\syn(), TeamSpeak3_Adapter_ServerQuery\syn(), and TeamSpeak3_Adapter_Update\syn().
|
static |
Starts a timer.
string | $name |
Definition at line 58 of file Profiler.php.
Referenced by TeamSpeak3\init().
|
static |
Stops a timer.
string | $name |
Definition at line 76 of file Profiler.php.
|
static |
Returns a timer.
string | $name |
Definition at line 92 of file Profiler.php.
Referenced by TeamSpeak3_Adapter_Abstract\getProfiler().