{% extends "base.html" %} {% block title %}opencode-perf-stats — Trends{% endblock %} {% block content %}

Time Analysis

{% for m in models %} {% endfor %}
Reset
{% if error %}
{{ error }}
{% else %}

{{ filter_desc }} — {{ data.period | capitalize }} view — {{ data.session_count }} session(s), {{ data.message_count }} message(s)

Per-model series: {{ data.models | length }} model(s){% if data.models %} — {{ data.models | join(', ') }}{% endif %}

{# Stacked charts: each metric in its own container with an independent toggle. The shared Period selector above drives all charts (server-rendered on submit). #}
{% endif %} {% endblock %} {% block scripts %} {% if data %} {% endif %} {% endblock %}