| Index: tools/perf/metrics/timeline_based_metric.py
|
| diff --git a/tools/perf/metrics/timeline_based_metric.py b/tools/perf/metrics/timeline_based_metric.py
|
| index 781c61f666639e3c2be566edc12b22798b8fd32c..ecfc343d23459293750d52ff39c1aabca72d5014 100644
|
| --- a/tools/perf/metrics/timeline_based_metric.py
|
| +++ b/tools/perf/metrics/timeline_based_metric.py
|
| @@ -2,6 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +
|
| class TimelineBasedMetric(object):
|
| def __init__(self):
|
| """Computes metrics from a telemetry.core.timeline Model and a range
|
|
|