{% if sustained %}
| Process | Cumulative CPU | Avg CPU | Present | Pattern |
|---|---|---|---|---|
| {{ o.name }} | {{ bar_html(o.total_cpu, max_sustained_cpu, o.avg_cpu) }} | {{ o.avg_cpu }}% | {{ o.presence_pct|round(0)|int }}% | {{ mini_sparkline(o.cpu_series) }} |
| Process | Peak CPU | Seen | Pattern |
|---|---|---|---|
| {{ o.name }} | {{ bar_html(o.peak_cpu, max_transient_peak, o.peak_cpu) }} | {{ o.appearances }}x | {{ mini_sparkline(o.cpu_series) }} |