Lines Matching refs:Android
3 Simpleperf is a native CPU profiling tool for Android. It can be used to profile
4 both Android applications and native processes running on Android. It can
5 profile both Java and C++ code on Android. The simpleperf executable can run on Android >=L,
6 and Python scripts can be used on Android >= N.
8 Simpleperf is part of the Android Open Source Project.
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:
47 c. Support recording callgraphs of JITed and interpreted Java code on Android >= P.
49 3. It relates closely to the Android platform.
50 a. Is aware of Android environment, like using system properties to enable profiling, using
53 system libraries are built with .gnu_debugdata section starting from Android O.
55 d. It uses the standard Android stack unwinder, so its results are consistent with all other
56 Android tools.
60 simpleperf executables can be pushed on any Android device and used to record profiling data.
95 ## Android application profiling
100 ## Android platform profiling
117 ### Why we suggest profiling on Android >= N devices?
123 3. Old Android versions are likely to be shipped with old kernels (< 3.18),
125 4. Old Android versions are likely to be shipped with Arm32 chips. In Arm32