{% for report in reports %} {% endfor %}
No Name Total Req Pending Req Total Exec Time
(millis)
Last Exec Time
(millis)
Highest Exec Time
(millis)
Request Rate
(req/sec)
Avg Time/Request
(millis/req)
{{loop.index}}
{{report.func_name}}
{{report.total_hits.get_value()}} {{report.current_pending_hits.get_value()}} {{report.total_duration_as_ms()}} {{report.last_duration_as_ms()}} {{report.highest_duration_as_ms()}} {{report.get_request_rate()}} {{report.get_avg_time_per_request()}}