{% extends 'bridge/base.html' %} {% load i18n %} {% block title %}DB logs{% endblock %} {% block body_block %} {% if data %} {% for stat in data %} {% endfor %}
Name Executions 0 - 0.005 Executions 0.005 - 0.01 Executions 0.01 - 0.05 Executions 0.05 - 0.1 Executions 0.1+ Total executions Average execution time Total execution time
{{ stat.name }} {{ stat.numbers.0 }} ({{ stat.percents.0 }}%) {{ stat.numbers.1 }} ({{ stat.percents.1 }}%) {{ stat.numbers.2 }} ({{ stat.percents.2 }}%) {{ stat.numbers.3 }} ({{ stat.percents.3 }}%) {{ stat.numbers.4 }} ({{ stat.percents.4 }}%) {{ stat.numbers.5 }} {{ stat.average|floatformat:3 }} {{ stat.total|floatformat:3 }}
{% endif %} {% endblock %}