access the start time too...

This commit is contained in:
Shish 2012-01-22 14:48:06 +00:00
parent f3c0c0e637
commit 565b15c91e

View File

@ -828,7 +828,7 @@ function send_event(Event $event) {
// What the fuck were the PHP developers smoking.
$_load_start = microtime(true);
function get_debug_info() {
global $config, $_event_count, $database, $_execs;
global $config, $_event_count, $database, $_execs, $_load_start;
if(function_exists('memory_get_usage')) {
$i_mem = sprintf("%5.2f", ((memory_get_usage()+512)/1024)/1024);