Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/chart/
DSpProcessChart.ts1384 private calMaxHeight(asyncFunctions: unknown[]): number {
1386 asyncFunctions.forEach((it) => {
1436 let asyncFunctions: Array<unknown> = asyncFuncGroup[key]; variable
1437 if (asyncFunctions.length > 0) {
1442 asyncFunctions.forEach((it, i) => {
1456 isIntersect(depthArray[currentDepth], asyncFunctions[index])
1461 asyncFunctions[index].depth = currentDepth;
1463 depthArray[currentDepth] = asyncFunctions[index];
1466 this.toAsyncFuncCache(asyncFunctions[index], `${asyncFunctions[i].funName}-${it.pid}`);
1470 this.lanesConfig(asyncFunctions, it, processRow, `${asyncFunctions[0].funName}`);
[all …]