{% extends "index.html" %} {% block content %}
Breakdown of the client processing time during rounds (in seconds)
{% if not clients_plot %} {% else %}
{% endif %}
Client training time distribution (histogram density)
{% if not client_histogram_plot %} {% else %}
{% endif %}
Breakdown of the combiner processing time during rounds (in seconds)
{% if not combiners_plot %} {% else %}
{% endif %}
{% endblock %}