{% extends "cacsremoteservice/views/layouts/project-view.html" %} {% block secondary-nav %} {% include "cacsremoteservice/views/projects/project-header.html" with project=item tabs=tabs %} {% endblock %} {% block scripts %} {% endblock %} {% block main %}
{% if duration-statistics|empty? %}

This project has no analysis timing date. Re-run the analysis to generate the information.

{% else %}

Detailed Analysis Duration

The following table specifies the duration of each main step in the analysis. Use this information to track down performance bottlenecks in the analysis pipeline.

{% for d in duration-statistics %} {% endfor %}
Analysis Step Duration (Seconds) Duration (msecs)
{{d.step}} {{d.durationsecs}} {{d.duration}}
{% endif %}
{% endblock %}