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.ts114 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 …]
DProcedureWorkerCommon.ts1552 static selectStruct: HiPerfStruct | undefined;
/developtools/smartperf_host/ide/src/trace/database/ui-worker/hiperf/
DProcedureWorkerHiPerfCPU2.ts64 static selectStruct: HiPerfCpuStruct | undefined; property in HiPerfCpuStruct
DProcedureWorkerHiPerfThread2.ts64 static selectStruct: HiPerfThreadStruct | undefined; property in HiPerfThreadStruct
DProcedureWorkerHiPerfProcess2.ts64 static selectStruct: HiPerfProcessStruct | undefined; property in HiPerfProcessStruct
DProcedureWorkerHiPerfCallChart.ts83 static selectStruct: HiPerfCallChartStruct | undefined; property in HiPerfCallChartStruct
147 if (data === HiPerfCallChartStruct.selectStruct) {
DProcedureWorkerHiPerfEvent.ts91 static selectStruct: HiPerfEventStruct | undefined; property in HiPerfEventStruct
DProcedureWorkerHiPerfReport.ts170 static selectStruct: HiPerfReportStruct | undefined; property in HiPerfReportStruct
/developtools/smartperf_host/ide/src/trace/bean/
DBoxSelection.ts737 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/
DSpSystemTrace.init.ts895 JankStruct.selectJankStructList?.forEach((selectStruct: any) => {
896 if (event.detail.rowId == selectStruct.pid) {
897 JankStruct.selectJankStruct = selectStruct;
898 JankStruct.hoverJankStruct = selectStruct;
DSpSystemTrace.ts1035 HiPerfCallChartStruct.selectStruct = undefined;