Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/chart/
DSpProcessChart.ts75 private threadFuncMaxDepthMap: Map<string, number> = new Map(); property in SpProcessChart
116 this.threadFuncMaxDepthMap.clear();
469 this.threadFuncMaxDepthMap.set(`${it.ipid}-${it.tid}`, it.maxDepth);
1192 …let flag = threads.length === index + 1 && !this.threadFuncMaxDepthMap.has(`${thread.upid}-${threa…
1226 if (this.threadFuncMaxDepthMap.get(`${thread.upid}-${thread.tid}`) !== undefined) {
1228 let max = this.threadFuncMaxDepthMap.get(`${thread.upid}-${thread.tid}`) || 1;