{% trans 'Profiling' %}

{% trans 'Detailed profile' %}

{{ detailed_table|raw }}
{% trans 'Order' %}
{% trans 'State' %}
{% trans 'Time' %}

{% trans 'Summary by state' %}{{ show_mysql_docu('general-thread-states') }}

{% for name, stats in states %} {% endfor %}
{% trans 'State' %}
{% trans 'Total Time' %}
{% trans '% Time' %}
{% trans 'Calls' %}
{% trans 'ΓΈ Time' %}
{{ name }} {{ format_number(stats['total_time'], 3, 1) }}s {{ stats['total_time'] }} {{ format_number(100 * (stats['total_time'] / total_time), 0, 2) }}% {{ stats['calls'] }} {{ format_number(stats['total_time'] / stats['calls'], 3, 1) }}s {{ (stats['total_time'] / stats['calls'])|number_format(8, '.', '') }}
{{ chart_json|json_encode() }}