Home
last modified time | relevance | path

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

/external/webrtc/tools_webrtc/android/profiling/
Dperf_setup.sh125 local perf_binary
127 && perf_binary="/arm64/simpleperf" \
128 || perf_binary="/arm/simpleperf"
130 adb push "${SCRIPT_DIR}/simpleperf/bin/android${perf_binary}" \
/external/chromium-trace/catapult/systrace/profile_chrome/
Dperf_tracing_agent.py51 def __init__(self, device, perf_binary, categories): argument
61 ['shell', perf_binary, 'record',
122 perf_binary = cls._PrepareDevice(device)
124 return device.RunShellCommand([perf_binary, 'list'], check_return=False)