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

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

Issue 2736903005: [Telemetry] Move telemetry from telemetry/timeline/trace_data to tracing/trace_data (Closed)
Patch Set: fix import Created 3 years, 9 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/cpu_tracing_agent.py
diff --git a/telemetry/telemetry/internal/platform/tracing_agent/cpu_tracing_agent.py b/telemetry/telemetry/internal/platform/tracing_agent/cpu_tracing_agent.py
index 4c6dcf111d918411a978df2be33d2b1d317f13ca..92427d50d2ea284f8bc09657a36fe49942f5f36b 100644
--- a/telemetry/telemetry/internal/platform/tracing_agent/cpu_tracing_agent.py
+++ b/telemetry/telemetry/internal/platform/tracing_agent/cpu_tracing_agent.py
@@ -10,7 +10,7 @@ from threading import Timer
from py_trace_event import trace_time
from telemetry.internal.platform import tracing_agent
-from telemetry.timeline import trace_data
+from tracing.trace_data import trace_data
def _ParsePsProcessString(line):

Powered by Google App Engine
This is Rietveld 408576698