Commit c7412309 authored by Franz Liedke's avatar Franz Liedke

Render page generation time on anbu profiler console.

parent 59397eb7
......@@ -61,6 +61,9 @@
@endif
</a>
</li>
@if (isset($time))
<li><a class="anbu-tab">Time <span class="anbu-count">{{ $time }}ms</span></a></li>
@endif
<li class="anbu-tab-right"><a id="anbu-hide" href="#">&#8614;</a></li>
<li class="anbu-tab-right"><a id="anbu-close" href="#">&times;</a></li>
<li class="anbu-tab-right"><a id="anbu-zoom" href="#">&#8645;</a></li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment