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.ts327 let maxConcurrency = 0; variable
346 if (currentConcurrency > maxConcurrency) {
347 maxConcurrency = currentConcurrency;
348 if (maxConcurrency === res[0].length) {
356 return maxConcurrency;