TeamSpeak 3 PHP Framework
Modern use-at-will framework that provides individual components to manage TeamSpeak 3 Server instances
|
Helper class for profiler handling. More...
Static Public Member Functions | |
static | get ($name="default") |
Returns a timer. More... | |
static | init ($name="default") |
Inits a timer. More... | |
static | start ($name="default") |
Starts a timer. More... | |
static | stop ($name="default") |
Stops a timer. More... | |
Helper class for profiler handling.
|
static |
Returns a timer.
string | $name |
|
static |
Inits a timer.
string | $name |
|
static |
Starts a timer.
string | $name |
|
static |