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

Unified Diff: telemetry/telemetry/internal/platform/tracing_agent/display_tracing_agent.py

Issue 2619073002: [Telemetry] Change trace_data to hold a list of raw trace data for each trace part (Closed)
Patch Set: Created 3 years, 11 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: telemetry/telemetry/internal/platform/tracing_agent/display_tracing_agent.py
diff --git a/telemetry/telemetry/internal/platform/tracing_agent/display_tracing_agent.py b/telemetry/telemetry/internal/platform/tracing_agent/display_tracing_agent.py
index 476aa2e1c4d4ea08c88c3516d83900db14bef693..6ac9d46f150765b2585eccfdacd43144943ff4dc 100644
--- a/telemetry/telemetry/internal/platform/tracing_agent/display_tracing_agent.py
+++ b/telemetry/telemetry/internal/platform/tracing_agent/display_tracing_agent.py
@@ -28,5 +28,5 @@ class DisplayTracingAgent(tracing_agent.TracingAgent):
# TODO: Move stopping to StopAgentTracing.
del timeout
surface_flinger_trace_data = self._platform_backend.StopDisplayTracing()
- trace_data_builder.AddEventsTo(
+ trace_data_builder.AddTraceFor(
trace_data.SURFACE_FLINGER_PART, surface_flinger_trace_data)

Powered by Google App Engine
This is Rietveld 408576698