Browse Source

CSS for query profiler #0

git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/branches/evo@153 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
master
aterekhov 14 years ago
parent
commit
9ce20c0092
  1. 2
      util/Profiler.php

2
util/Profiler.php

@ -69,7 +69,7 @@ class Profiler
protected function getOutput()
{
$html = '<div style="clear:both; font:12px monospace; margin: 5px;">'
$html = '<div style="clear:both; font:12px monospace; margin: 5px; white-space: pre;">'
. 'Elapsed time: ' . round(($this->end- $this->start) * 1000) . 'ms.<br/>'
. 'Queries: ' . count($this->queries) . '<br/>';

Loading…
Cancel
Save