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 %} |