Searched refs:currentTreeMapData (Results 1 – 3 of 3) sorted by relevance
676 currentTreeMapData: MerageMap = {}; property in FileSystemCallTreeHandler820 this.currentTreeMapData = {};841 …this.currentTreeMapData[callChains[topIndex].symbolsId + '' + callChains[topIndex].pathId + sample…844 …this.currentTreeMapData[callChains[topIndex].symbolsId + '' + callChains[topIndex].pathId + sample…862 Object.values(this.currentTreeMapData).forEach((mergeData: FileMerageBean): void => {1095 this.currentTreeMapData = {};
41 currentTreeMapData: CallInfoMap = {}; property in ProcedureLogicWorkerNativeMemory625 this.currentTreeMapData = {};785 this.currentTreeMapData = {};809 let root = this.currentTreeMapData[key];813 this.currentTreeMapData[key] = root;828 let threads = Object.values(this.currentTreeMapData);
56 currentTreeMapData: MergeMap = {}; property in ProcedureLogicWorkerPerf501 this.currentTreeMapData = {};569 this.currentTreeMapData = {};589 let perfRootNode = this.currentTreeMapData[symbolName + perfSample.pid];592 this.currentTreeMapData[symbolName + perfSample.pid] = perfRootNode;607 Object.values(this.currentTreeMapData).forEach((merageData: PerfCallChainMerageData): void => {