monitors Statistics

{% if results[0]['result']|length == 0 %} {% else %} {% for all in results %} {% if loop.first %} {% else %}
{% endif %} {% for r in all['result'] %} {% endfor %}
场景 耗时(ms)
{{r.name}} {{r.cost}}
{% endfor %}
{% endif %}