Lines Matching refs:profiling
3 Simpleperf is a native CPU profiling tool for Android. It can be used to profile
18 - [Android application profiling](#android-application-profiling)
19 - [Android platform profiling](#android-platform-profiling)
23 …- [Why we suggest profiling on Android >= N devices?](#why-we-suggest-profiling-on-android--n-devi…
37 the Android profiling environment:
39 1. It collects more info in profiling data. Since the common workflow is "record on the device, and
40 report on the host", simpleperf not only collects samples in profiling data, but also collects
50 a. Is aware of Android environment, like using system properties to enable profiling, using
54 c. Supports profiling shared libraries embedded in apk files.
60 simpleperf executables can be pushed on any Android device and used to record profiling data.
64 Python scripts to parse profiling data.
74 3. Scripts used for parsing profiling data, like simpleperf_report_lib.py.
95 ## Android application profiling
100 ## Android platform profiling
117 ### Why we suggest profiling on Android >= N devices?
120 profiling on real devices instead of emulators.
124 which may not support profiling features like recording dwarf based call graphs.
147 4. Work well when profiling native programs on ARM64. One example is profiling surfacelinger. And
160 …/platform/system/extras/+/master/simpleperf/demo/SimpleperfExampleWithNative/app/profiling.gradle).