{{/* Copyright 2024 The Chromium Authors Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. */}} {{define "content"}}
| Aggregate By | Count | Total Utime | Total Duration | Total Weighted Duration | {{range $_, $aggregate := .aggregates}}
|---|---|---|---|---|
| {{$aggregate.AggregateBy}} | {{$aggregate.Count}} | {{formatIntervalMetricTimestamp $aggregate.TotalUtime}} | {{formatIntervalMetricTimestamp $aggregate.TotalDuration}} | {{formatIntervalMetricTimestamp $aggregate.TotalWeightedDuration}} |