Searched refs:flamegraphs (Results 1 – 3 of 3) sorted by relevance
/system/extras/simpleperf/doc/ |
D | android_application_profiling.md | 211 # Report call graphs in flamegraphs. 219 report_html.py integrates chart statistics, sample table, flamegraphs, source code annotation 228 To show flamegraphs, we need to first record call graphs. Flamegraphs are shown by 230 We can also use [inferno](scripts_reference.md#inferno) to show flamegraphs directly. 237 We can also build flamegraphs using https://github.com/brendangregg/FlameGraph.
|
D | scripts_reference.md | 149 report.html can include: chart statistics, sample table, flamegraphs, annotated source code for 153 # Generate chart statistics, sample table and flamegraphs, based on perf.data.
|
/system/extras/simpleperf/scripts/ |
D | report_html.js | 764 this.flamegraphs = []; property 787 let newCount = this.flamegraphs.length + moreCount; 794 if (i >= this.flamegraphs.length) { 831 this.flamegraphs.push(flamegraph); 838 drawDetails(flamegraphs, totalProgress) { argument 840 .then(() => drawViewsAsync(flamegraphs, totalProgress, (view, progress) => { 854 .then(() => this.drawDetails(this.flamegraphs, 100))
|