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

Unified Diff: tools/perf/measurements/thread_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
« no previous file with comments | « tools/perf/measurements/task_execution_time_unittest.py ('k') | tools/perf/page_sets/alexa1-10000.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/thread_times.py
diff --git a/tools/perf/measurements/thread_times.py b/tools/perf/measurements/thread_times.py
index 0faba97dec596032b4b9ecc8a0169c60a19906be..8762502c76652fd4f85229055cf747d45fc8a290 100644
--- a/tools/perf/measurements/thread_times.py
+++ b/tools/perf/measurements/thread_times.py
@@ -9,7 +9,7 @@ from telemetry.web_perf.metrics import layout
class ThreadTimes(page_test.PageTest):
def __init__(self, report_silk_details=False,
- action_name_to_run='RunSmoothness'):
+ action_name_to_run='RunPageInteractions'):
super(ThreadTimes, self).__init__(action_name_to_run=action_name_to_run)
self._timeline_controller = None
self._report_silk_details = report_silk_details
« no previous file with comments | « tools/perf/measurements/task_execution_time_unittest.py ('k') | tools/perf/page_sets/alexa1-10000.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698