Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
Dandroid_prebuilt_profiler_helper.py16 def GetDevicePath(profiler_binary): argument
17 return os.path.join(_DEVICE_PROFILER_DIR, os.path.basename(profiler_binary))
21 def InstallOnDevice(device, profiler_binary): argument
23 host_path = binary_manager.FetchPath(profiler_binary, arch_name, 'android')
29 device_binary_path = GetDevicePath(profiler_binary)