Public Member Functions | |
__construct (&$aModule) | |
actionHome () | |
actionAdministration () | |
isAdmin () | |
![]() | |
__construct ($aModule) | |
isLogged () | |
getUserId () | |
getUserPassword () | |
getTitleKey ($sUri) | |
serviceGetBaseUrl () | |
Additional Inherited Members | |
![]() | |
static | getInstance ($sClassName) |
static | getTitle ($sUri) |
![]() | |
$_aModule | |
$_oDb | |
$_oTemplate | |
$_oConfig | |
Profiler module by Cheetah
This module estimate timining, like page openings, mysql queries execution and service calls. Also it can log too long queries, so you can later investigate these bottle necks and speedup whole script.
To enable profiler you need install it and add the following lines to the beginning of inc/header.inc.php file
define ('CH_PROFILER', true); if (CH_PROFILER && !isset($GLOBALS['ch_profiler_start'])) $GLOBALS['ch_profiler_start'] = microtime ();
Definition at line 23 of file ChProfilerModule.php.
ChProfilerModule::__construct | ( | & | $aModule | ) |
Definition at line 25 of file ChProfilerModule.php.
ChProfilerModule::actionAdministration | ( | ) |
Definition at line 37 of file ChProfilerModule.php.
ChProfilerModule::actionHome | ( | ) |
Definition at line 30 of file ChProfilerModule.php.
ChProfilerModule::isAdmin | ( | ) |
Definition at line 77 of file ChProfilerModule.php.