Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1423)

Unified Diff: tools/perf/metrics/timeline_based_metric.py

Issue 200843002: Convert smoothness to the new timeline based metric API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/metrics/timeline.py ('k') | tools/perf/metrics/timeline_interaction_record.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « tools/perf/metrics/timeline.py ('k') | tools/perf/metrics/timeline_interaction_record.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698