GetConfigValue("debug")=="yes") { echo "Query log :
\n"; $t_SQL=0; foreach ($this->queryLog as $query) { echo $query["query"]." (".round($query["time"],4).")
\n"; $t_SQL = $t_SQL + $query["time"]; } echo "
\n"; echo "".round($t_SQL, 4)." s (total SQL time)
\n"; list($g2_usec, $g2_sec) = explode(" ",microtime()); define ("t_end", (float)$g2_usec + (float)$g2_sec); echo "".round(t_end-t_start, 4)." s (total time)
\n"; echo "SQL time represent : ".round((($t_SQL/(t_end-t_start))*100),2)."% of total time\n"; } ?> config["menu_page"]; if (isset($menu_page) and ($menu_page!="")) echo ''; ?>