TeamSpeak 3 PHP Framework
Modern use-at-will framework that provides individual components to manage TeamSpeak 3 Server instances
|
Helper class providing profiler timers. More...
Public Member Functions | |
__construct ($name) | |
The TeamSpeak3_Helper_Profiler_Timer constructor. More... | |
getMemUsage ($realmem=FALSE) | |
Returns the amount of memory allocated to PHP in bytes. More... | |
getRuntime () | |
Return the timer runtime. More... | |
isRunning () | |
Returns TRUE if the timer is running. More... | |
start () | |
Starts the timer. More... | |
stop () | |
Stops the timer. More... | |
Helper class providing profiler timers.
__construct | ( | $name | ) |
getMemUsage | ( | $realmem = FALSE | ) |
Returns the amount of memory allocated to PHP in bytes.
boolean | $realmem |
getRuntime | ( | ) |
Return the timer runtime.
isRunning | ( | ) |
start | ( | ) |
Starts the timer.
stop | ( | ) |
Stops the timer.