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

Unified Diff: tools/profile_chrome/perf_controller.py

Issue 474933005: Perfhost for ubuntu trusty (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: lucid -> precise (shame shame) Created 6 years, 3 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
« no previous file with comments | « no previous file | tools/telemetry/bin/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/profile_chrome/perf_controller.py
diff --git a/tools/profile_chrome/perf_controller.py b/tools/profile_chrome/perf_controller.py
index 2250b722cc195a0029917510f748b903f98cee99..1a83eec2f6bf3e153a35b6a98686a5d80c02bd2a 100644
--- a/tools/profile_chrome/perf_controller.py
+++ b/tools/profile_chrome/perf_controller.py
@@ -164,7 +164,8 @@ class PerfProfilerController(controllers.BaseController):
symfs_dir,
required_libs,
use_symlinks=False)
- perfhost_path = support_binaries.FindPath('perfhost', 'linux')
+ perfhost_path = support_binaries.FindPath(
+ android_profiling_helper.GetPerfhostName(), 'linux')
ui.PrintMessage('\nNote: to view the profile in perf, run:')
ui.PrintMessage(' ' + self._GetInteractivePerfCommand(perfhost_path,
« no previous file with comments | « no previous file | tools/telemetry/bin/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698