Formatted ".$num." queries using a max_cachekey_size of ".SqlFormatter::$max_cachekey_size."

"; echo "

Average query length of ".number_format($chars/$num,5)." characters

"; echo "

Took ".number_format($end-$start,5)." seconds total, ".number_format(($end-$start)/$num,5)." seconds per query, ".number_format(1000*($end-$start)/$chars,5)." seconds per 1000 characters

"; echo "

Used ".number_format($uend-$ustart)." bytes of memory

"; echo "

Cache Stats

".print_r(SqlFormatter::getCacheStats(),true)."
";