Index: trunk/index.php =================================================================== diff -u -N -r4243 -r4858 --- trunk/index.php (.../index.php) (revision 4243) +++ trunk/index.php (.../index.php) (revision 4858) @@ -16,10 +16,19 @@ $end = getmicrotime(); -if ($application->isDebugMode() && !dbg_ConstOn('DBG_SKIP_REPORTING')) { - echo '

Memory used: '.round(memory_get_usage()/1024/1024, 1).' Mb
'; - echo 'Time used: '.round(($end - $start), 5).' Sec
'; -} +/*if ($application->isDebugMode() && !dbg_ConstOn('DBG_SKIP_REPORTING')) { + echo '

+ + + + + + + + + +
Memory used:'.round(memory_get_usage()/1024/1024, 1).' MB ('.memory_get_usage().')
Time used:'.round(($end - $start), 5).' sec
'; +}*/ //print_pre(get_included_files());