1
0
www.mikescher.com/framework/views/pl/profile-callstack-firebug.php

19 lines
411 B
PHP
Raw Blame History

<script type="text/javascript">
/*<![CDATA[*/
if(typeof(console)=='object')
{
console.group("Profilowanie: raport stosu wywo<77>a<EFBFBD>");
<?php
foreach($data as $index=>$entry)
{
list($proc,$time,$level)=$entry;
$proc=CJavaScript::quote($proc);
$time=sprintf('%0.5f',$time);
$spaces=str_repeat(' ',$level*8);
echo "\tconsole.log(\"[$time]{$spaces}{$proc}\");\n";
}
?>
console.groupEnd();
}
/*]]>*/
</script>