Home
last modified time | relevance | path

Searched refs:selectStruct (Results 1 – 11 of 11) sorted by relevance

/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerCpuProfiler.ts126 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 …]
DProcedureWorkerCommon.ts1629 static selectStruct: HiPerfStruct | undefined;
/developtools/smartperf_host/ide/src/trace/database/ui-worker/hiperf/
DProcedureWorkerHiPerfProcess2.ts72 static selectStruct: HiPerfProcessStruct | undefined; property in HiPerfProcessStruct
DProcedureWorkerHiPerfThread2.ts67 static selectStruct: HiPerfThreadStruct | undefined; property in HiPerfThreadStruct
DProcedureWorkerHiPerfCPU2.ts74 static selectStruct: HiPerfCpuStruct | undefined; property in HiPerfCpuStruct
DProcedureWorkerHiPerfCallChart.ts87 static selectStruct: HiPerfCallChartStruct | undefined; property in HiPerfCallChartStruct
157 if (data === HiPerfCallChartStruct.selectStruct) {
DProcedureWorkerHiPerfEvent.ts102 static selectStruct: HiPerfEventStruct | undefined; property in HiPerfEventStruct
DProcedureWorkerHiPerfReport.ts188 static selectStruct: HiPerfReportStruct | undefined; property in HiPerfReportStruct
/developtools/smartperf_host/ide/src/trace/bean/
DBoxSelection.ts881 …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/
DSpSystemTrace.init.ts1072 JankStruct.selectJankStructList?.forEach((selectStruct: unknown) => {
1074 if (event.detail.rowId === selectStruct.pid) {
1076 JankStruct.selectJankStruct = selectStruct;
1078 JankStruct.hoverJankStruct = selectStruct;
DSpSystemTrace.ts1099 HiPerfCallChartStruct.selectStruct = undefined;