Home
last modified time | relevance | path

Searched refs:hoverSnapshotStruct (Results 1 – 7 of 7) sorted by relevance

/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerSnapshot.ts48 SnapshotStruct.hoverSnapshotStruct = re;
53 SnapshotStruct.hoverSnapshotStruct = undefined;
72 if (SnapshotStruct.hoverSnapshotStruct) {
120 SnapshotStruct.selectSnapshotStruct = SnapshotStruct.hoverSnapshotStruct;
134 SnapshotStruct.selectSnapshotStruct = SnapshotStruct.hoverSnapshotStruct;
146 SnapshotStruct.selectSnapshotStruct = SnapshotStruct.hoverSnapshotStruct;
153 SnapshotStruct.selectSnapshotStruct = SnapshotStruct.hoverSnapshotStruct;
162 SnapshotStruct.selectSnapshotStruct = SnapshotStruct.hoverSnapshotStruct;
163 …sp.traceSheetEL?.displayPurgTotalAbilityData(SnapshotStruct.hoverSnapshotStruct!, totalAbilityRow!…
171 SnapshotStruct.selectSnapshotStruct = SnapshotStruct.hoverSnapshotStruct;
[all …]
DProcedureWorkerHeapSnapshot.ts45 HeapSnapshotStruct.hoverSnapshotStruct = undefined;
48 HeapSnapshotStruct.hoverSnapshotStruct = re;
69 … if (clickRowType === TraceRow.ROW_TYPE_HEAP_SNAPSHOT && HeapSnapshotStruct.hoverSnapshotStruct) {
73 HeapSnapshotStruct.selectSnapshotStruct = HeapSnapshotStruct.hoverSnapshotStruct;
94 static hoverSnapshotStruct: HeapSnapshotStruct | undefined; property in HeapSnapshotStruct
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.ts1003 HeapSnapshotStruct.hoverSnapshotStruct = undefined;
1008 SnapshotStruct.hoverSnapshotStruct = undefined;
1115 …(): boolean => SnapshotStruct.hoverSnapshotStruct !== null && SnapshotStruct.hoverSnapshotStruct !…
1119 …(): boolean => SnapshotStruct.hoverSnapshotStruct !== null && SnapshotStruct.hoverSnapshotStruct !…
1124 …HeapSnapshotStruct.hoverSnapshotStruct !== null && HeapSnapshotStruct.hoverSnapshotStruct !== unde…
1150 …(): boolean => SnapshotStruct.hoverSnapshotStruct !== null && SnapshotStruct.hoverSnapshotStruct !…
1154 …(): boolean => SnapshotStruct.hoverSnapshotStruct !== null && SnapshotStruct.hoverSnapshotStruct !…
1158 …(): boolean => SnapshotStruct.hoverSnapshotStruct !== null && SnapshotStruct.hoverSnapshotStruct !…
1162 …(): boolean => SnapshotStruct.hoverSnapshotStruct !== null && SnapshotStruct.hoverSnapshotStruct !…
1166 …(): boolean => SnapshotStruct.hoverSnapshotStruct !== null && SnapshotStruct.hoverSnapshotStruct !…
[all …]
DSpSystemTrace.event.ts205 HeapSnapshotStruct.hoverSnapshotStruct = findEntry;
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpArkTsChart.ts183 HeapSnapshotStruct.hoverSnapshotStruct,
184 `<span>Name: ${HeapSnapshotStruct.hoverSnapshotStruct?.name || ''}</span>
185 …<span>Size: ${Utils.getBinaryByteWithUnit(HeapSnapshotStruct.hoverSnapshotStruct?.size || 0)}</spa…
189 HeapSnapshotStruct.hoverSnapshotStruct = this.heapSnapshotRow!.getHoverStruct();
DSpVmTrackerChart.ts543 SnapshotStruct.hoverSnapshotStruct = vmTrackerTraceRow.getHoverStruct();
569 SnapshotStruct.hoverSnapshotStruct,
570 `<span>Name: ${SnapshotStruct.hoverSnapshotStruct?.name || ''}</span>
571 … <span>Size: ${Utils.getBinaryByteWithUnit(SnapshotStruct.hoverSnapshotStruct?.value || 0)}</span>`
DSpAbilityMonitorChart.ts1025 SnapshotStruct.hoverSnapshotStruct = abilityMonitor.getHoverStruct();
1051 SnapshotStruct.hoverSnapshotStruct,
1052 `<span>Name: ${SnapshotStruct.hoverSnapshotStruct?.name || ''}</span>
1053 … <span>Size: ${Utils.getBinaryByteWithUnit(SnapshotStruct.hoverSnapshotStruct?.value || 0)}</span>`