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

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

Issue 814813003: Added test that SurfaceFlinger metrics are calculated on android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: PLEASE IGNORE: accidentally uploaded to wrong issue 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/smoothness_unittest.py ('k') | tools/perf/metrics/speedindex_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 c11f37133d42e41786496922055ffd6226a6279f..59aad1b946a478051a03971679fc84116422573f 100644
--- a/tools/perf/measurements/task_execution_time.py
+++ b/tools/perf/measurements/task_execution_time.py
@@ -40,8 +40,8 @@ class TaskExecutionTime(page_test.PageTest):
options, category_filter, self._TIME_OUT_IN_SECONDS)
def DidRunActions(self, page, tab):
- timeline_data = tab.browser.platform.tracing_controller.Stop()
- timeline_model = TimelineModel(timeline_data=timeline_data)
+ trace_data = tab.browser.platform.tracing_controller.Stop()
+ timeline_model = TimelineModel(trace_data)
self._renderer_thread = timeline_model.GetRendererThreadFromTabId(tab.id)
def ValidateAndMeasurePage(self, page, tab, results):
« no previous file with comments | « tools/perf/measurements/smoothness_unittest.py ('k') | tools/perf/metrics/speedindex_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698