Searched refs:updateProgress (Results 1 – 1 of 1) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | report_html.js | 567 .then(updateProgress('Draw SampleTable...', 0)) 737 .then(updateProgress('Draw SampleTable...', 0)) 753 .then(updateProgress('Draw Flamegraph...', 0)) 830 createPromise().then(updateProgress('Draw FlameGraph...', 0)) 863 createPromise().then(updateProgress('Draw FlameGraph...', 0)) 908 .then(updateProgress("Draw Function...", 0)) 999 .then(updateProgress("Draw Function...", 0)) 1733 function updateProgress(text, progress) { function 1764 .then(updateProgress('Load page...', 0)) 1766 .then(updateProgress('Parse Json data...', 20)) [all …]
|