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

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

Issue 673373002: [Telemetry] Remove RunTaskExecutionTime method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove RunTaskExecutionTime in unittest and tough_scheduling_cases Created 6 years, 2 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 | « no previous file | tools/perf/measurements/task_execution_time_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e4e2be031e0fce2ff2e28797e013554dd38bcc51..48029ed5adde50cda58856642ee64ae5d291484e 100644
--- a/tools/perf/measurements/task_execution_time.py
+++ b/tools/perf/measurements/task_execution_time.py
@@ -23,7 +23,7 @@ class TaskExecutionTime(page_test.PageTest):
_NUMBER_OF_RESULTS_TO_DISPLAY = 10
def __init__(self):
- super(TaskExecutionTime, self).__init__('RunTaskExecutionTime')
+ super(TaskExecutionTime, self).__init__('RunSmoothness')
self._renderer_thread = None
def WillNavigateToPage(self, page, tab):
« no previous file with comments | « no previous file | tools/perf/measurements/task_execution_time_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698