ZF-4438: Add query count to Firebug profiler table label
Description
The label displayed for a profiler table in Firebug should contain the number of queries executed in addition to the total time taken.
The label displayed for a profiler table in Firebug should contain the number of queries executed in addition to the total time taken.
Comments
Posted by Christoph Dorn (cadorn) on 2008-10-01T03:08:32.000+0000
Will add support for using a template for the label:
%label% (%totalCount% @ %totalDuration% sec)