Index: trunk/index.php =================================================================== diff -u -N -r3307 -r4243 --- trunk/index.php (.../index.php) (revision 3307) +++ trunk/index.php (.../index.php) (revision 4243) @@ -16,8 +16,7 @@ $end = getmicrotime(); -if ( $application->isDebugMode() ) -{ +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
'; }