Lines Matching refs:Android

3 Android Studio includes a graphical front end to Simpleperf, documented in
7 Simpleperf is a native CPU profiling tool for Android. It can be used to profile
8 both Android applications and native processes running on Android. It can
9 profile both Java and C++ code on Android. The simpleperf executable can run on Android >=L,
10 and Python scripts can be used on Android >= N.
12 Simpleperf is part of the Android Open Source Project.
25 the Android profiling environment:
35 3) Support recording callgraphs of JITed and interpreted Java code on Android >= P.
37 3. It relates closely to the Android platform.
38 1) Is aware of Android environment, like using system properties to enable profiling, using
41 system libraries are built with .gnu_debugdata section starting from Android O.
43 4) It uses the standard Android stack unwinder, so its results are consistent with all other
44 Android tools.
48 simpleperf executables can be pushed on any Android device and used to record profiling data.
84 ## Android application profiling
89 ## Android platform profiling
109 ### Support on different Android versions
111 On Android < N, the kernel may be too old (< 3.18) to support features like recording DWARF
113 On Android M - O, we can only profile C++ code and fully compiled Java code.
114 On Android >= P, the ART interpreter supports DWARF based unwinding. So we can profile Java code.
115 On Android >= Q, we can used simpleperf shipped on device to profile released Android apps, with
203 time based Stack Chart (like in Android Studio and Firefox profiler), this causes stack gaps once