Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerFileSystem.ts61 allProcess: FileMerageBean[] = [] property in ProcedureLogicWorkerFileSystem
399 this.allProcess = [];
455 this.allProcess = Object.values(rootMerageMap)
525 this.allProcess = []
549 … merageBeanDataSplit.hideSystemLibrary(this.allProcess, this.splitMapData);
552 …merageBeanDataSplit.hideNumMaxAndMin(this.allProcess, this.splitMapData, item.funcArgs[0], item.fu…
555 … merageBeanDataSplit.splitAllProcess(this.allProcess, this.splitMapData, item.funcArgs[0])
558 … merageBeanDataSplit.resetAllNode(this.allProcess, this.currentTreeList, this.searchValue)
567 …merageBeanDataSplit.splitTree(this.splitMapData, this.allProcess, item.funcArgs[0], item.funcArgs[…
575 this.dataSource = this.allProcess.filter((process) => {
DProcedureLogicWorkerCommon.ts164 hideSystemLibrary(allProcess:MerageBean[],splitMapData:any){
165 allProcess.forEach((item)=>{
173 hideNumMaxAndMin(allProcess:MerageBean[],splitMapData:any,startNum:number,endNum:string){
175 allProcess.forEach((item)=>{
254 splitAllProcess(allProcess:any[],splitMapData:any,list:any[]){
256 allProcess.forEach((process)=>{
DProcedureLogicWorkerPerf.ts31 allProcess:PerfCallChainMerageData[] = [] property in ProcedureLogicWorkerPerf
157 this.allProcess = []
240 this.allProcess = this.groupNewTreeNoId(sampleIds, isTopDown)
241 return this.allProcess
316 this.allProcess = Object.values(rootMerageMap)
513 this.allProcess.forEach((item)=>{
523 this.allProcess.forEach((item)=>{
608 this.allProcess.forEach((process)=>{
642 this.resetAllNode(this.allProcess)
651 … this.splitTree(this.allProcess, item.funcArgs[0], item.funcArgs[1], item.funcArgs[2]);
[all …]
/developtools/profiler/host/smartperf/ide/src/trace/database/
DTraceWorkerPerfDataQuery.ts30 allProcess:PerfCallChainMerageData[] = [] property in TraceWorkerPerfDataQuery
71 this.allProcess = []
143 this.allProcess = this.groupNewTreeNoId(sampleIds, isTopDown)
144 return this.allProcess
315 this.allProcess.forEach((item)=>{
325 this.allProcess.forEach((item)=>{
410 this.allProcess.forEach((process)=>{
429 … this.allProcess = this.getCallChainsBySampleIds(item.funcArgs[0], item.funcArgs[1])
442 this.resetAllNode(this.allProcess)
451 … this.splitTree(this.allProcess, item.funcArgs[0], item.funcArgs[1], item.funcArgs[2]);
[all …]