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

Unified Diff: tools/telemetry/telemetry/core/platform/profiler/trace_profiler.py

Issue 1231643002: [Startup Tracing][Telemetry] Move tracing_options and tracing_category_filter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/telemetry/telemetry/core/platform/profiler/trace_profiler.py
diff --git a/tools/telemetry/telemetry/core/platform/profiler/trace_profiler.py b/tools/telemetry/telemetry/core/platform/profiler/trace_profiler.py
index 7a0740b674e9952e1e7bb1413e9575b086e6fc7e..39c6b05d70461d42f9eaf66a5d7a0558a2e6406b 100644
--- a/tools/telemetry/telemetry/core/platform/profiler/trace_profiler.py
+++ b/tools/telemetry/telemetry/core/platform/profiler/trace_profiler.py
@@ -7,8 +7,8 @@ import StringIO
import zipfile
from telemetry.core.platform import profiler
-from telemetry.core.platform import tracing_options
from telemetry.timeline import trace_data as trace_data_module
+from telemetry.timeline import tracing_options
class TraceProfiler(profiler.Profiler):

Powered by Google App Engine
This is Rietveld 408576698