Go to the source code of this file.
Namespaces | |
| FDL | |
Functions | |
| sortqdelay ($a, $b) | |
Variables | |
| global | $tic1 = $deb["sec"] + $deb["usec"] / 1000000 |
| $deb = gettimeofday() | |
| global | $SQLDELAY |
| global | $SQLDEBUG |
| global | $TSQLDELAY |
| $status = AuthenticatorManager::checkAccess() | |
| switch($status) | $_SERVER ['PHP_AUTH_USER'] = AuthenticatorManager::$auth->getAuthUser() |
| $account = AuthenticatorManager::getAccount() | |
| if($account===false) if(ActionRouter::inMaintenance()) | $actionRouter = new ActionRouter($account, AuthenticatorManager::$auth) |
| global | $action |
| $ticainit = $deb["sec"] + $deb["usec"] / 1000000 | |
| $trace = $action->read("trace") | |
| $trace ["url"] = $_SERVER["REQUEST_URI"] | |
| $trace ["init"] = sprintf("%.03fs", $ticainit - $tic1) | |
| $out = '' | |
| $tic4 = $deb["sec"] + $deb["usec"] / 1000000 | |
| $trace ["app"] = sprintf("%.03fs", $tic4 - $ticainit) | |
| $trace ["memory"] = sprintf("%dkb", round(memory_get_usage() / 1024)) | |
| $trace ["queries"] = sprintf("%.03fs #%d", $SQLDELAY, count($TSQLDELAY)) | |
| $trace ["server all"] = sprintf("%.03fs", $tic4 - $tic1) | |
| $trace ["n"] = "-------------" | |
| $strace = 'var TTRACE=new Object();' . "\n" | |
| $logcode = $action->lay->GenJsCode(true, true) | |
| sortqdelay | ( | $a, | |
| $b | |||
| ) |
Definition at line 31 of file indexq.php.
| switch ($status) $_SERVER['PHP_AUTH_USER'] = AuthenticatorManager::$auth->getAuthUser() |
Definition at line 60 of file indexq.php.
| $account = AuthenticatorManager::getAccount() |
Definition at line 62 of file indexq.php.
| global $action |
Definition at line 74 of file indexq.php.
| if ($account===false) if (ActionRouter::inMaintenance()) $actionRouter = new ActionRouter($account, AuthenticatorManager::$auth) |
Definition at line 72 of file indexq.php.
| $deb = gettimeofday() |
Definition at line 20 of file indexq.php.
| $logcode = $action->lay->GenJsCode(true, true) |
Definition at line 97 of file indexq.php.
| $out = '' |
Definition at line 80 of file indexq.php.
| global $SQLDEBUG |
Definition at line 28 of file indexq.php.
| global $SQLDELAY |
Definition at line 28 of file indexq.php.
| $status = AuthenticatorManager::checkAccess() |
Definition at line 40 of file indexq.php.
| $strace = 'var TTRACE=new Object();' . "\n" |
Definition at line 93 of file indexq.php.
| $tic1 = $deb["sec"] + $deb["usec"] / 1000000 |
Definition at line 18 of file indexq.php.
| $tic4 = $deb["sec"] + $deb["usec"] / 1000000 |
Definition at line 87 of file indexq.php.
| $ticainit = $deb["sec"] + $deb["usec"] / 1000000 |
Definition at line 76 of file indexq.php.
| $trace = $action->read("trace") |
Definition at line 77 of file indexq.php.
| $trace["url"] = $_SERVER["REQUEST_URI"] |
Definition at line 78 of file indexq.php.
| $trace["init"] = sprintf("%.03fs", $ticainit - $tic1) |
Definition at line 79 of file indexq.php.
| $trace["app"] = sprintf("%.03fs", $tic4 - $ticainit) |
Definition at line 88 of file indexq.php.
| $trace["memory"] = sprintf("%dkb", round(memory_get_usage() / 1024)) |
Definition at line 89 of file indexq.php.
| $trace["queries"] = sprintf("%.03fs #%d", $SQLDELAY, count($TSQLDELAY)) |
Definition at line 90 of file indexq.php.
| $trace["server all"] = sprintf("%.03fs", $tic4 - $tic1) |
Definition at line 91 of file indexq.php.
| $trace["n"] = "-------------" |
Definition at line 92 of file indexq.php.
| global $TSQLDELAY |
Definition at line 29 of file indexq.php.