Lines Matching refs:updateProgress
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))
1761 .then(updateProgress('Create tabs...', 30))
1763 .then(updateProgress('Draw ChartStat...', 40))
1765 .then(updateProgress(null, 100))