Home
last modified time | relevance | path

Searched refs:perfhost_path (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/systrace/profile_chrome/
Dperf_controller.py132 def _GetInteractivePerfCommand(perfhost_path, perf_profile, symfs_dir, argument
135 os.path.relpath(perfhost_path, '.'), perf_profile, symfs_dir, kallsyms)
168 perfhost_path = binary_manager.FetchPath(
172 ui.PrintMessage(' ' + self._GetInteractivePerfCommand(perfhost_path,
181 cmd = [perfhost_path, 'script', '-s', perf_script_path, '-i',
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
Dandroid_profiling_helper.py114 perfhost_path = binary_manager.FetchPath(
116 perf = subprocess.Popen([perfhost_path, 'script', '-i', profile_file],