RetroZilla/extensions/venkman/resources/locale/en-US/profile.txt.tpl
2015-10-20 23:03:22 -04:00

32 lines
981 B
Smarty

Venkman Profile Report
Created .......... $full-date
User Agent ....... $user-agent
Debugger Version . $venkman-agent
Sorted By ........ $sort-key
=================================================================================
@-section-start
$section-number <$full-url>
@-range-start
$file-name: $range-min - $range-max milliseconds
@-item-start
Function Name: $function-name (Lines $start-line - $end-line)
Total Calls: $call-count (max recurse $recurse-depth)
Total Time: $total-time (min/max/avg $min-time/$max-time/$avg-time)
Time (ex. calls): $own-total-time (min/max/avg $own-min-time/$own-max-time/$own-avg-time)
@-item-end
-------------------------------------------------------------------------------
@-range-end
=================================================================================
@-section-end
Thanks for using Venkman, the Mozilla JavaScript Debugger.
<http://www.mozilla.org/projects/venkman>