Lines Matching refs:Android

1 # Examples of using simpleperf to profile Android applications
5 - [Examples of using simpleperf to profile Android applications](#examples-of-using-simpleperf-to-p…
15 Simpleperf is a native profiler used on Android platform. It can be used to profile Android
17 …your Android application for profiling are [here](https://android.googlesource.com/platform/system…
18 This directory is to show examples of using simpleperf to profile Android applications. The
22 SimpleperfExampleJava/ -- contains an Android Studio project using only Java code.
23 SimpleperfExampleCpp/ -- contains an Android Studio project using both Java and C++ code.
24 SimpleperfExampleKotlin/ -- contains an Android Studio project using Kotlin code.
25 CppApi/ -- contains an Android Studio project using c++ app_api to record.
26 JavaApi/ -- contains an Android Studio project using Java app_api to record.
38 Android Studio 3.2
39 test device: Android O (Google Pixel 2)
40 test device: Android N (Google Nexus 6P)
41 Please make sure your device having Android version >= N.
46 Android Studio project: SimpleExampleJava
52 # Open SimpleperfExampleJava project with Android Studio,
56 # Build and install a debuggable app. We can also build and install a released app on Android >= Q.
79 Android Studio project: SimpleExampleCpp
85 # Open SimpleperfExampleCpp project with Android Studio,
111 Android Studio project: SimpleExampleKotlin
117 # Open SimpleperfExampleKotlin project with Android Studio,
121 # Build and install a debuggable app. We can also build and install a released app on Android >= Q.
144 Android Studio project: CppApi and JavaApi
150 # Open CppApi project with Android Studio,