• Home
  • Raw
  • Download

Lines Matching refs:py

87 results may contain unknown symbols or broken callgraphs. To fix this, we can pass app_profiler.py
99 app_profiler.py the --compile_java_code option.
102 To compile java code, we can pass app_profiler.py the --compile_java_code option.
124 We can use [app-profiler.py](scripts_reference.md#app_profilerpy) to profile Android applications.
133 $ ./app_profiler.py -p simpleperf.example.cpp -a .MixActivity -lib path_of_SimpleperfExampleCpp
144 $ ./report.py
157 [report.py](scripts_reference.md#reportpy) reports profiling data in stdio interface. If there
162 $ ./report_html.py
165 $ ./report_html.py --add_source_code --source_dirs path_of_SimpleperfExampleCpp \
169 [report_html.py](scripts_reference.md#report_htmlpy) generates report in report.html, and pops up
178 $ ./app_profiler.py -p simpleperf.example.cpp \
182 $ ./app_profiler.py -p simpleperf.example.cpp \
187 $ ./report.py -g
190 $ ./report.py -g --gui
193 $ ./report_html.py
202 We can use [report_html.py](scripts_reference.md#report_htmlpy) to show profiling results in a web …
203 report_html.py integrates chart statistics, sample table, flamegraphs, source code annotation
207 $ ./report_html.py
213 report_html.py in the "Flamegraph" tab.
226 $ ./report_sample.py --symfs binary_cache >out.perf
249 $ ./report_html.py --proguard-mapping-file proguard_mapping_file.txt
259 $ ./run_simpleperf_on_device.py list --show-features
267 $ ./app_profiler.py -p simpleperf.example.cpp -a .SleepActivity \
270 $ ./report_html.py --add_disassembly --add_source_code \
280 $ ./app_profiler.py -p simpleperf.example.cpp -a .MainActivity
285 $ ./app_profiler.py -p simpleperf.example.cpp
293 1. Run `api_profiler.py prepare -p <package_name>` to allow an app recording itself using
304 3. Run `api_profiler.py collect -p <package_name>` to collect profiling data files to host.
312 [simpleperf_report_lib.py](scripts_reference.md#simpleperf_report_libpy). Examples are report_sampl…
313 report_html.py.