Home
last modified time | relevance | path

Searched refs:flamegraphs (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/doc/
Dandroid_application_profiling.md211 # 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.
Dscripts_reference.md149 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/
Dreport_html.js764 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))