{% extends "retrieval/base.html" %} {% block bodyclass %}dashboard2{% endblock %} {% comment %} ########################################################################### # # # Copyright (c) 2011 - Idiap Research Institute # # http://www.idiap.ch/ # # # # See file COPYING for the license associated to this software # # # ########################################################################### {% endcomment %} {% block pretitle %} {% trans 'System performance' %} {% endblock %} {% block content %} {% if imurls %}

{% for imurl in imurls %} {% endfor %}
{% else %} No images. {% endif %} {% endblock %} {% block sidebar %} {# table 0 - start #}

{% trans 'Update the data'%}

{% trans 'Read from the database'%}


{{ statistics_form }}
{% if statistics_message %}{{ statistics_message }}{% endif %}

{% trans 'Update statistics'%}

{% trans 'Prepare the figures'%}


{# table 1 - start #}

Cumulative histogram

Timing of the system response

Evolution of the consistency

{# table 1 - end #}
{# table 0 - end #} {% endblock %}