Searched refs:updateProgress (Results 1 – 1 of 1) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | report_html.js | 561 .then(updateProgress('Draw SampleTable...', 0)) 727 .then(updateProgress('Draw SampleTable...', 0)) 743 .then(updateProgress('Draw Flamegraph...', 0)) 820 createPromise().then(updateProgress('Draw FlameGraph...', 0)) 853 createPromise().then(updateProgress('Draw FlameGraph...', 0)) 898 .then(updateProgress("Draw Function...", 0)) 989 .then(updateProgress("Draw Function...", 0)) 1726 function updateProgress(text, progress) { function 1757 .then(updateProgress('Load page...', 0)) 1759 .then(updateProgress('Parse Json data...', 20)) [all …]
|