Home
last modified time | relevance | path

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

/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
Dperf_profiler.py68 perf_binary, perfhost_binary): argument
80 perf_binary]
89 cmd_prefix = [perf_binary]
169 perf_binary = perfhost_binary = _InstallPerfHost()
173 perf_binary = android_profiling_helper.PrepareDeviceForPerf(device)
185 perf_binary, perfhost_binary))
/external/chromium_org/tools/android/adb_profile_chrome/
Dperf_controller.py47 def __init__(self, device, perf_binary, categories): argument
56 ['shell', perf_binary, 'record',
118 perf_binary = cls._PrepareDevice(device)
119 return device.RunShellCommand('%s list' % perf_binary)