Lines Matching refs:profiling
17 …n for profiling are [here](https://android.googlesource.com/platform/system/extras/+/master/simple…
58 $ adb install -r app/build/outputs/apk/app-profiling.apk
61 2. Record profiling data:
65 # app_profiler.py collects profiling data in perf.data, and binaries on device in binary_cache/.
69 3. Show profiling data:
72 # report_html.py generates profiling result in report.html.
90 $ adb install -r app/build/outputs/apk/profiling/app-profiling.apk
93 2. Record profiling data:
97 # app_profiler.py collects profiling data in perf.data, and binaries on device in binary_cache/.
101 3. Show profiling data:
104 # report_html.py generates profiling result in report.html.
122 $ adb install -r app/build/outputs/apk/profiling/app-profiling.apk
125 2. Record profiling data:
129 # app_profiler.py collects profiling data in perf.data, and binaries on device in binary_cache/.
133 3. Show profiling data:
136 # report_html.py generates profiling result in report.html.
168 # A profiling file is generated each time running the app.
172 4. Collect profiling data.
178 5. Report profiling data.