{% extends "power/power_layout.html" %} {% load dashboard_extras %} {% load render_table from django_tables2 %} {% block page_name %}{{ name }}{% endblock %} {% block extra_headers %} {% endblock extra_headers %} {% block content %}

{{ name }} Data Overview

Arch: {{ arch }}

{% render_table table %}

Metrics Explained

The metrics in this chart come from the power supply driver in the kernel. They are aggregated for each daily build. The test cases are run multiple times each day to help ensure statistical accuracy.
{% endblock %}