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

Unified Diff: tools/perf/measurements/task_execution_time.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/task_execution_time.py
diff --git a/tools/perf/measurements/task_execution_time.py b/tools/perf/measurements/task_execution_time.py
index 59aad1b946a478051a03971679fc84116422573f..f33a85f1474a42f03f4107bd284f09f13dc86b00 100644
--- a/tools/perf/measurements/task_execution_time.py
+++ b/tools/perf/measurements/task_execution_time.py
@@ -24,7 +24,7 @@ class TaskExecutionTime(page_test.PageTest):
_NUMBER_OF_RESULTS_TO_DISPLAY = 10
def __init__(self):
- super(TaskExecutionTime, self).__init__('RunSmoothness')
+ super(TaskExecutionTime, self).__init__('RunPageInteractions')
self._renderer_thread = None
def WillNavigateToPage(self, page, tab):
« no previous file with comments | « tools/perf/measurements/smoothness_unittest.py ('k') | tools/perf/measurements/task_execution_time_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698