Public Member Functions | |
__construct ($label=null) | |
setEnabled ($enable) | |
queryEnd ($queryId) | |
Protected Member Functions | |
updateMessageLabel () | |
Protected Attributes | |
$_label = null | |
$_label_template = '%label% (%totalCount% @ %totalDuration% sec)' | |
$_message = null | |
$_totalElapsedTime = 0 |
Definition at line 41 of file Firebug.php.
__construct | ( | $ | label = null ) |
Constructor
string | $label | OPTIONAL Label for the profiling info. |
Reimplemented from Zend_Db_Profiler.
Definition at line 73 of file Firebug.php.
queryEnd | ( | $ | queryId ) |
Intercept the query end and log the profiling data.
integer | $queryId |
Zend_Db_Profiler_Exception |
Reimplemented from Zend_Db_Profiler.
Definition at line 122 of file Firebug.php.
setEnabled | ( | $ | enable ) |
Enable or disable the profiler. If $enable is false, the profiler is disabled and will not log any queries sent to it.
boolean | $enable |
Reimplemented from Zend_Db_Profiler.
Definition at line 88 of file Firebug.php.
updateMessageLabel | ( | ) | [protected] |
Update the label of the message holding the profile info.
Definition at line 148 of file Firebug.php.