Stat | Count | Sum | Lower | Mean | Upper |
---|---|---|---|---|---|
{{ value.stat }} | {{ value.count }} | {{ value.sum }} | {{ value.lower }} | {{ value.mean|floatformat:"2" }} | {{ value.upper }} |
Stat | Time (ms) | Timing |
---|---|---|
{{ value.0 }} | {{ value.3 }} |
|
Stat | Total | Count | Values |
---|---|---|---|
{{ record.name }} | {{ record.total }}{% if record.type == 'timing' %}ms{% endif %} | {{ record.count }} | {% if record.count > 1 %} {% for value in record.values %} {{ value.0 }}{% if record.type == 'timing' %}ms{% endif %}|{{ value.1 }}{% if not forloop.last %},{% endif %} {% endfor %} {% endif %} |