{#- # Copyright (C) 2015-2020 Intel Corporation # SPDX-License-Identifier: Apache-2.0 -#} {% extends "base.html" %} {%- block page_title %} Guilty Details - CLR Telemetry {%- endblock %} {% block content %}

{%- if query %} {% endif %}
Guilty Id {{ guilty_id }}
Function {{ func }}
Module {{ mod }}
Hidden? {{ hide }}
Backtraces view
{%- if query %}

Machine ID mappings

{%- for group in query|groupby('build')|sort(reverse=True) %} {# The list is reverse numeric sorted by "total", so the first row has the maximum value. #} {%- set maxtotal = group.list[0].total %} {%- for row in group.list %} {%- endfor %}
Mappings for build {{ group.grouper }}
# Machine ID Event Time Series Backtraces Total
{{ loop.index }} {{ row.machine_id }} view view {%- set width = row.total / maxtotal * 100 %}
{%- endfor %}
{%- else %} {%- endif %} {% endblock %} {#- # vi: ft=jinja ts=8 et sw=4 sts=4 #}