Searched refs:selectStruct (Results 1 – 11 of 11) sorted by relevance
/developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
D | ProcedureWorkerCpuProfiler.ts | 126 let selectStruct = JsCpuProfilerStruct.selectJsCpuProfilerStruct; 130 getTopJsCpuProfilerStruct(selectStruct.parentId, selectStruct, that, dataArr, parentIdArr); 141 selectStruct: JsCpuProfilerStruct, 146 if (parentId === -1 && selectStruct.parentId === -1) { 148 let data = that.chartManager!.arkTsChart.chartFrameMap.get(selectStruct!.id); 158 getTopJsCpuProfilerStruct(parent.parentId!, selectStruct, that, dataArr, parentIdArr); 162 copyParent.totalTime = selectStruct.totalTime; 167 getSelectStruct(copyParent, selectStruct, parentIdArr); 177 selectStruct: JsCpuProfilerStruct, 184 if (child.id === selectStruct!.id) { [all …]
|
D | ProcedureWorkerCommon.ts | 1629 static selectStruct: HiPerfStruct | undefined;
|
/developtools/smartperf_host/ide/src/trace/database/ui-worker/hiperf/ |
D | ProcedureWorkerHiPerfProcess2.ts | 72 static selectStruct: HiPerfProcessStruct | undefined; property in HiPerfProcessStruct
|
D | ProcedureWorkerHiPerfThread2.ts | 67 static selectStruct: HiPerfThreadStruct | undefined; property in HiPerfThreadStruct
|
D | ProcedureWorkerHiPerfCPU2.ts | 74 static selectStruct: HiPerfCpuStruct | undefined; property in HiPerfCpuStruct
|
D | ProcedureWorkerHiPerfCallChart.ts | 87 static selectStruct: HiPerfCallChartStruct | undefined; property in HiPerfCallChartStruct 157 if (data === HiPerfCallChartStruct.selectStruct) {
|
D | ProcedureWorkerHiPerfEvent.ts | 102 static selectStruct: HiPerfEventStruct | undefined; property in HiPerfEventStruct
|
D | ProcedureWorkerHiPerfReport.ts | 188 static selectStruct: HiPerfReportStruct | undefined; property in HiPerfReportStruct
|
/developtools/smartperf_host/ide/src/trace/bean/ |
D | BoxSelection.ts | 881 …let isIntersect = (animationStruct: FrameAnimationStruct, selectStruct: RangeSelectStruct): boolea… 882 Math.max(animationStruct.startTs! + animationStruct.dur!, selectStruct!.endNS || 0) - 883 Math.min(animationStruct.startTs!, selectStruct!.startNS || 0) < 884 animationStruct.dur! + (selectStruct!.endNS || 0) - (selectStruct!.startNS || 0);
|
/developtools/smartperf_host/ide/src/trace/component/ |
D | SpSystemTrace.init.ts | 1072 JankStruct.selectJankStructList?.forEach((selectStruct: unknown) => { 1074 if (event.detail.rowId === selectStruct.pid) { 1076 JankStruct.selectJankStruct = selectStruct; 1078 JankStruct.hoverJankStruct = selectStruct;
|
D | SpSystemTrace.ts | 1099 HiPerfCallChartStruct.selectStruct = undefined;
|