diff options
author | pasko <pasko@chromium.org> | 2014-09-02 08:23:27 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-02 15:30:42 +0000 |
commit | 7bddaa0d8a4768d9b3d9fa5fbd9e0a56a99b5303 (patch) | |
tree | 6270730f2cf2ea5f34b7875f6a64a82cdf48d70d /tools/profile_chrome | |
parent | 2997d2df654d38113e80612109a8cfcac5098ccf (diff) | |
download | chromium_src-7bddaa0d8a4768d9b3d9fa5fbd9e0a56a99b5303.zip chromium_src-7bddaa0d8a4768d9b3d9fa5fbd9e0a56a99b5303.tar.gz chromium_src-7bddaa0d8a4768d9b3d9fa5fbd9e0a56a99b5303.tar.bz2 |
Perfhost for ubuntu trusty
Review URL: https://codereview.chromium.org/474933005
Cr-Commit-Position: refs/heads/master@{#292930}
Diffstat (limited to 'tools/profile_chrome')
-rw-r--r-- | tools/profile_chrome/perf_controller.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/profile_chrome/perf_controller.py b/tools/profile_chrome/perf_controller.py index 2250b72..1a83eec 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, |