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

Unified Diff: tools/perf/measurements/oilpan_gc_times.py

Issue 826113003: [Telemetry] Rename RunSmoothness to RunPageInteractions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
Index: tools/perf/measurements/oilpan_gc_times.py
diff --git a/tools/perf/measurements/oilpan_gc_times.py b/tools/perf/measurements/oilpan_gc_times.py
index b642b486afce2a729139bb72e6a13b00a2d8d71c..3e7fd435329724b5f1d885df76b547d02e06b304 100644
--- a/tools/perf/measurements/oilpan_gc_times.py
+++ b/tools/perf/measurements/oilpan_gc_times.py
@@ -118,7 +118,7 @@ class _OilpanGCTimesBase(page_test.PageTest):
class OilpanGCTimesForSmoothness(_OilpanGCTimesBase):
def __init__(self):
- super(OilpanGCTimesForSmoothness, self).__init__('RunSmoothness')
+ super(OilpanGCTimesForSmoothness, self).__init__('RunPageInteractions')
self._interaction = None
def WillRunActions(self, page, tab):
« no previous file with comments | « tools/perf/measurements/measurement_smoke_test.py ('k') | tools/perf/measurements/smooth_gesture_util_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698