Index: trunk/index.php =================================================================== diff -u -N -r1649 -r1652 --- trunk/index.php (.../index.php) (revision 1649) +++ trunk/index.php (.../index.php) (revision 1652) @@ -1,31 +1,34 @@ -Init(); -$application->Run(); -$application->Done(); - -$end = getmicrotime(); - -if (defined('DEBUG_MODE')) { - echo '

Memory used: '.round(memory_get_usage()/1024/1024, 1).' Mb
'; - echo 'Time used: '.round(($end - $start), 5).' Sec
'; -} - -//print_pre(get_included_files()); - -function getmicrotime() -{ - list($usec, $sec) = explode(" ", microtime()); - return ((float)$usec + (float)$sec); -} - - +Init(); +$application->Run(); +$application->Done(); + +$end = getmicrotime(); + +if (defined('DEBUG_MODE')) { + echo '

Memory used: '.round(memory_get_usage()/1024/1024, 1).' Mb
'; + echo 'Time used: '.round(($end - $start), 5).' Sec
'; +} + +//print_pre(get_included_files()); + +function getmicrotime() +{ + list($usec, $sec) = explode(" ", microtime()); + return ((float)$usec + (float)$sec); +} + + ?> \ No newline at end of file