Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerPerf.ts26 currentTreeMapData: any = {}; property in ProcedureLogicWorkerPerf
206 this.currentTreeMapData = {};
313 this.currentTreeMapData = {};
323 let root = this.currentTreeMapData[callChains[topIndex].name + sample.pid];
326 this.currentTreeMapData[callChains[topIndex].name + sample.pid] = root;
336 Object.values(this.currentTreeMapData).forEach((merageData: any) => {
408 this.currentTreeMapData = {};
415 let root = this.currentTreeMapData[callChains[topIndex].name + callChains[topIndex].pid];
418 this.currentTreeMapData[callChains[topIndex].name + callChains[topIndex].pid] = root;
427 Object.values(this.currentTreeMapData).forEach((merageData: any) => {
DProcedureLogicWorkerFileSystem.ts522 currentTreeMapData: any = {}; property in FileSystemCallTreeHandler
640 this.currentTreeMapData = {};
655 …this.currentTreeMapData[callChains[topIndex].symbolsId + '' + callChains[topIndex].pathId + sample…
658 …this.currentTreeMapData[callChains[topIndex].symbolsId + '' + callChains[topIndex].pathId + sample…
668 Object.values(this.currentTreeMapData).forEach((merageData: any) => {
846 this.currentTreeMapData = {};
DProcedureLogicWorkerNativeNemory.ts33 currentTreeMapData: any = {}; property in ProcedureLogicWorkerNativeMemory
715 this.currentTreeMapData = {};
892 this.currentTreeMapData = {};
906 this.currentTreeMapData[
912 this.currentTreeMapData[
925 let threads = Object.values(this.currentTreeMapData);
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerPerf.ts28 currentTreeMapData: any = {}; property in ProcedureLogicWorkerPerf
228 this.currentTreeMapData = {};
335 this.currentTreeMapData = {};
345 … let perfRootNode = this.currentTreeMapData[perfCallChains[topIndex].name + perfSample.pid];
348 this.currentTreeMapData[perfCallChains[topIndex].name + perfSample.pid] = perfRootNode;
358 Object.values(this.currentTreeMapData).forEach((merageData: any) => {
431 this.currentTreeMapData = {};
438 let root = this.currentTreeMapData[callChains[topIndex].name + callChains[topIndex].pid];
441 this.currentTreeMapData[callChains[topIndex].name + callChains[topIndex].pid] = root;
450 Object.values(this.currentTreeMapData).forEach((merageData: any) => {
DProcedureLogicWorkerFileSystem.ts522 currentTreeMapData: any = {}; property in FileSystemCallTreeHandler
640 this.currentTreeMapData = {};
655 …this.currentTreeMapData[callChains[topIndex].symbolsId + '' + callChains[topIndex].pathId + sample…
658 …this.currentTreeMapData[callChains[topIndex].symbolsId + '' + callChains[topIndex].pathId + sample…
668 Object.values(this.currentTreeMapData).forEach((merageData: any) => {
846 this.currentTreeMapData = {};
DProcedureLogicWorkerNativeNemory.ts32 currentTreeMapData: any = {}; property in ProcedureLogicWorkerNativeMemory
768 this.currentTreeMapData = {};
947 this.currentTreeMapData = {};
961 this.currentTreeMapData[
967 this.currentTreeMapData[
980 let threads = Object.values(this.currentTreeMapData);