Lines Matching refs:show
20 - [Show flame graph](#show-flame-graph)
305 show it.
337 We can use [report_html.py](#report_html-py) to show profiling results in a web browser.
339 and disassembly annotation. It is the recommended way to show reports.
347 To show flame graphs, we need to first record call graphs. Flame graphs are shown by
349 We can also use [inferno](#inferno) to show flame graphs directly.
373 $ python run_simpleperf_on_device.py list --show-features
814 a function is called by other functions. To show a call graph, we need to first record it, then
851 $ simpleperf list --show-features
1132 report_html.py generates report.html based on the profiling data. Then the report.html can show
1166 The first tab is "Chart Statistics". You can click the pie chart to show the time consumed by each
1256 3. Can only unwind 64K stack for each sample. So usually can't show complete flame-graph. But