Home
last modified time | relevance | path

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

/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))