Lines Matching refs:profile
3 This section shows how to profile an Android application.
23 - [Profile from launch](#profile-from-launch)
33 1. If you want to profile a debug build of an application:
39 2. If you want to profile a release build of an application:
43 with android::debuggable set to true can be profiled. So simpleperf can only profile a release
45 If you are on a rooted device, you can profile any app.
49 adb will invoke simpleperf preinstalled in system image to profile the app.
60 to profile a release build:
99 3. If you want to profile C/C++ code:
107 4. If you want to profile Java code:
139 We can use [app-profiler.py](scripts_reference.md#app_profilerpy) to profile Android applications.
146 # -a option selects the Activity to profile.
282 We can [profile from launch of an application](scripts_reference.md#profile-from-launch-of-an-appli…
285 # Start simpleperf recording, then start the Activity to profile.