Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/task/
DTabPaneTaskFrames.ts317 let maxConcurrency = 0; variable
336 if (currentConcurrency > maxConcurrency) {
337 maxConcurrency = currentConcurrency;
338 if (maxConcurrency === res[0].length) {
346 return maxConcurrency;