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

Unified Diff: telemetry/telemetry/internal/platform/profiler/android_systrace_profiler.py

Issue 1736633004: Update adb_profile_chrome path in Telemetry (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Created 4 years, 10 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
« telemetry/refactor ('K') | « telemetry/refactor ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/internal/platform/profiler/android_systrace_profiler.py
diff --git a/telemetry/telemetry/internal/platform/profiler/android_systrace_profiler.py b/telemetry/telemetry/internal/platform/profiler/android_systrace_profiler.py
index 1f4ecf4a94282fe3f28d33fbe41d7f73d9274c7b..a8523b9b4c90c7942e4ec60fe18862793e3cded5 100644
--- a/telemetry/telemetry/internal/platform/profiler/android_systrace_profiler.py
+++ b/telemetry/telemetry/internal/platform/profiler/android_systrace_profiler.py
@@ -38,8 +38,8 @@ class AndroidSystraceProfiler(profiler.Profiler):
config = tracing_config.TracingConfig()
config.enable_chrome_trace = True
self._browser_backend.StartTracing(config, timeout=10)
- command = ['python', os.path.join(util.GetChromiumSrcDir(), 'tools',
- 'profile_chrome.py'),
+ command = ['python', os.path.join(util.GetCatapultDir(), 'systrace', 'bin',
+ 'adb_profile_chrome'),
'--categories', '', '--continuous', '--output',
self._systrace_output_path, '--json', '--systrace',
','.join(_SYSTRACE_CATEGORIES)]
« telemetry/refactor ('K') | « telemetry/refactor ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698