Performance
GUI
CLI
Interim implementation of Performance logging
This is largely undefined and still up to change.
FreePBX::Performance()->On();
FreePBX::Performance()->Stamp('Stamp this!'); |
On()
/**
* Turn Performance Logging on
*/
public function On() |
Off()
/**
* Turn Performance Logging off
*/
public function Off() |