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

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

Issue 441873007: Move timeline and importers to use telemetry.value.TraceValue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
Index: tools/perf/measurements/timeline_controller.py
diff --git a/tools/perf/measurements/timeline_controller.py b/tools/perf/measurements/timeline_controller.py
index 27a1ac63cdc4d02db99ac263dbb031f2bc1d04b9..f4741afa3244e2bd527fa89ab51279047477cdb9 100644
--- a/tools/perf/measurements/timeline_controller.py
+++ b/tools/perf/measurements/timeline_controller.py
@@ -46,8 +46,7 @@ class TimelineController(object):
# End the smooth marker for all actions.
self._interaction.End()
# Stop tracing.
- timeline_data = tab.browser.StopTracing()
- self._model = TimelineModel(timeline_data)
+ self._model = TimelineModel(tab.browser.StopTracing())
self._renderer_process = self._model.GetRendererProcessFromTabId(tab.id)
renderer_thread = self.model.GetRendererThreadFromTabId(tab.id)

Powered by Google App Engine
This is Rietveld 408576698