CSS for query profiler #0
git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/branches/evo@153 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
This commit is contained in:
@ -69,7 +69,7 @@ class Profiler
|
|||||||
|
|
||||||
protected function getOutput()
|
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/>'
|
. 'Elapsed time: ' . round(($this->end- $this->start) * 1000) . 'ms.<br/>'
|
||||||
. 'Queries: ' . count($this->queries) . '<br/>';
|
. 'Queries: ' . count($this->queries) . '<br/>';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user