Searched refs:threadFuncMaxDepthMap (Results 1 – 1 of 1) sorted by relevance
75 private threadFuncMaxDepthMap: Map<string, number> = new Map(); property in SpProcessChart116 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;