{% extends "header.html" %} {% import 'elements.html' as elm %} {% block content %}

Time distribution of queueing

{% for subtask in timeline_queue %} {% endfor %}

Time distribution of execution

{% for subtask in timeline_exec %} {% endfor %}

Time distribution of count requests

{% for subtask in timeline_count %} {% endfor %}
{{ elm.footer() }} {% endblock %}