Searched refs:currentTreeMapData (Results 1 – 3 of 3) sorted by relevance
621 currentTreeMapData: any = {}; property in FileSystemCallTreeHandler758 this.currentTreeMapData = {};772 …this.currentTreeMapData[callChains[topIndex].symbolsId + '' + callChains[topIndex].pathId + sample…775 …this.currentTreeMapData[callChains[topIndex].symbolsId + '' + callChains[topIndex].pathId + sample…789 Object.values(this.currentTreeMapData).forEach((mergeData: any): void => {1003 this.currentTreeMapData = {};
31 currentTreeMapData: any = {}; property in ProcedureLogicWorkerNativeMemory557 this.currentTreeMapData = {};721 this.currentTreeMapData = {};745 let root = this.currentTreeMapData[key];749 this.currentTreeMapData[key] = root;765 let threads = Object.values(this.currentTreeMapData);
29 currentTreeMapData: any = {}; property in ProcedureLogicWorkerPerf354 this.currentTreeMapData = {};423 this.currentTreeMapData = {};441 let perfRootNode = this.currentTreeMapData[symbolName + perfSample.pid];444 this.currentTreeMapData[symbolName + perfSample.pid] = perfRootNode;459 Object.values(this.currentTreeMapData).forEach((merageData: any): void => {