Searched refs:selectStruct (Results 1 – 11 of 11) sorted by relevance
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerCpuProfiler.ts | 114 let selectStruct = JsCpuProfilerStruct.selectJsCpuProfilerStruct; 118 getTopJsCpuProfilerStruct(selectStruct.parentId, selectStruct, that, dataArr, parentIdArr); 129 selectStruct: JsCpuProfilerStruct, 134 if (parentId === -1 && selectStruct.parentId === -1) { 136 let data = that.chartManager!.arkTsChart.chartFrameMap.get(selectStruct!.id); 146 getTopJsCpuProfilerStruct(parent.parentId!, selectStruct, that, dataArr, parentIdArr); 150 copyParent.totalTime = selectStruct.totalTime; 155 getSelectStruct(copyParent, selectStruct, parentIdArr); 163 function getSelectStruct(data: JsCpuProfilerChartFrame, selectStruct: JsCpuProfilerStruct, parentId… 168 if (child.id === selectStruct!.id) { [all …]
|
| D | ProcedureWorkerCommon.ts | 1552 static selectStruct: HiPerfStruct | undefined;
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/hiperf/ |
| D | ProcedureWorkerHiPerfCPU2.ts | 64 static selectStruct: HiPerfCpuStruct | undefined; property in HiPerfCpuStruct
|
| D | ProcedureWorkerHiPerfThread2.ts | 64 static selectStruct: HiPerfThreadStruct | undefined; property in HiPerfThreadStruct
|
| D | ProcedureWorkerHiPerfProcess2.ts | 64 static selectStruct: HiPerfProcessStruct | undefined; property in HiPerfProcessStruct
|
| D | ProcedureWorkerHiPerfCallChart.ts | 83 static selectStruct: HiPerfCallChartStruct | undefined; property in HiPerfCallChartStruct 147 if (data === HiPerfCallChartStruct.selectStruct) {
|
| D | ProcedureWorkerHiPerfEvent.ts | 91 static selectStruct: HiPerfEventStruct | undefined; property in HiPerfEventStruct
|
| D | ProcedureWorkerHiPerfReport.ts | 170 static selectStruct: HiPerfReportStruct | undefined; property in HiPerfReportStruct
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | BoxSelection.ts | 737 let isIntersect = (animationStruct: FrameAnimationStruct, selectStruct: RangeSelectStruct) => 738 Math.max(animationStruct.startTs! + animationStruct.dur!, selectStruct!.endNS || 0) - 739 Math.min(animationStruct.startTs!, selectStruct!.startNS || 0) < 740 animationStruct.dur! + (selectStruct!.endNS || 0) - (selectStruct!.startNS || 0);
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpSystemTrace.init.ts | 895 JankStruct.selectJankStructList?.forEach((selectStruct: any) => { 896 if (event.detail.rowId == selectStruct.pid) { 897 JankStruct.selectJankStruct = selectStruct; 898 JankStruct.hoverJankStruct = selectStruct;
|
| D | SpSystemTrace.ts | 1035 HiPerfCallChartStruct.selectStruct = undefined;
|