{% extends "fmd_dashboard/profiler.html" %} {% block head %} {% endblock %} {% block graph_content %} {% macro table_row(index, table) -%} {% set row = table[index] %} {{ "{:05d}".format(row.index) }} {{ row.code }} {% if row.body %} {% endif %} {{ row.hits }} {{ "{:.1f} %".format(row.hits_percentage * 100) }} {{ "{:.1f} %".format(row.percentage * 100) }} {%- endmacro %} {% for index in range(table|length) %} {{ table_row(index, table) }} {% endfor %}
Code-line Hits Average time Standard deviation Total
Absolute % Absolute %
{% endblock %} {% block graph2 %}

Sunburst

{% endblock %} {% block script %} {{ super() }} {% endblock %}