Searched refs:flamegraphs (Results 1 – 4 of 4) 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 | 150 report.html can include: chart statistics, sample table, flamegraphs, annotated source code for 154 # 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))
|
/system/extras/simpleperf/scripts/purgatorio/ |
D | README.md | 8 [Bokeh](https://bokeh.org/) and [D3 flamegraphs](https://github.com/spiermar/d3-flame-graph).
|