Home
last modified time | relevance | path

Searched refs:hoverHeapTimelineStruct (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerHeapTimeline.ts51 HeapTimelineStruct.hoverHeapTimelineStruct = undefined;
64 HeapTimelineStruct.hoverHeapTimelineStruct = re;
69 HeapTimelineStruct.hoverHeapTimelineStruct = re;
113 static hoverHeapTimelineStruct: HeapTimelineStruct | undefined; property in HeapTimelineStruct
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpArkTsChart.ts158 HeapTimelineStruct.hoverHeapTimelineStruct,
159 …`<span>Size: ${Utils.getBinaryByteWithUnit(HeapTimelineStruct.hoverHeapTimelineStruct?.size || 0)}…
163 HeapTimelineStruct.hoverHeapTimelineStruct = this.heapTimelineRow!.getHoverStruct();