Analysis of the plotting job log shows time (seconds) spent in each phase:
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
{% if category == 'message' %}
{% else %}
{% endif %}
{{ message|safe }}
{% endfor %}
{% endif %}
{% endwith %}
{% if (daily_notifications.daily_summary_chia|length > 0) or (daily_notifications.daily_summary_flax|length > 0) %}
{% for daily in daily_notifications.daily_summary_chia %}
{{ daily.hostname }}
{{
daily.message }}
{% endfor %}
{% if global_config.flax_enabled %}
{% for daily in daily_notifications.daily_summary_flax %}
{{ daily.hostname }}
{{
daily.message
}}
{% endfor %}
{% endif %}
{% endif %}
{% for column in plots.columns %}
{{ column }}
{% endfor %}
{% for row in plots.rows %}
{% for column in plots.columns %}
{% if column == "size" %}