Total of ' . $DB->count_records('context') . ' contexts, ' . $DB->count_records('filter_active') . ' filter_active and ' . $DB->count_records('filter_config') . ' filter_config rows in the database.
Time for ' . format_float($numcalls, 0) . ' ' . $action1 . ': ' . format_float($duration - $basetime, 3) . 's (' . format_float($duration, 3) . ' - ' . format_float($basetime, 3) . 's) which is ' . format_float(($numcalls / ($duration - $basetime)), 0) . ' ' . $action2 . ".