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

Unified Diff: tools/telemetry/telemetry/core/platform/profiler/android_systrace_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/android_systrace_profiler.py
diff --git a/tools/telemetry/telemetry/core/platform/profiler/android_systrace_profiler.py b/tools/telemetry/telemetry/core/platform/profiler/android_systrace_profiler.py
index b58a269244a5f6c7df825fd42bdc3d377764f8b4..4c051e34548ab74a1f3b73cd67558b55414c9e4d 100644
--- a/tools/telemetry/telemetry/core/platform/profiler/android_systrace_profiler.py
+++ b/tools/telemetry/telemetry/core/platform/profiler/android_systrace_profiler.py
@@ -8,10 +8,10 @@ import subprocess
import zipfile
from telemetry.core.platform import profiler
-from telemetry.core.platform import tracing_options
from telemetry.core import util
from telemetry.internal.backends.chrome import android_browser_finder
from telemetry.timeline import trace_data as trace_data_module
+from telemetry.timeline import tracing_options
_SYSTRACE_CATEGORIES = [
'gfx',
« no previous file with comments | « tools/perf/measurements/v8_gc_times.py ('k') | tools/telemetry/telemetry/core/platform/profiler/trace_profiler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698