Home
last modified time | relevance | path

Searched refs:HeapTimelineStruct (Results 1 – 3 of 3) sorted by relevance

/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerHeapTimeline.ts27 row: TraceRow<HeapTimelineStruct>
34 HeapTimelineStruct.samples = req.samples;
38 HeapTimelineStruct.samples,
47 HeapTimelineStruct.draw(req.context, re);
51 HeapTimelineStruct.hoverHeapTimelineStruct = undefined;
54 …setHoverStruct(row: TraceRow<HeapTimelineStruct>, re: HeapTimelineStruct, heapTimelineFind: boolea…
64 HeapTimelineStruct.hoverHeapTimelineStruct = re;
69 HeapTimelineStruct.hoverHeapTimelineStruct = re;
95 HeapTimelineStruct.setFrame(
112 export class HeapTimelineStruct extends BaseStruct { class
[all …]
/developtools/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerHeapTimeline.test.ts23 HeapTimelineStruct,
62 expect(HeapTimelineStruct.draw(ctx, data)).toBeUndefined();
85 expect(HeapTimelineStruct.setFrame(1, 2, 1, data, 0, 2, 2, frame)).toBeUndefined();
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpArkTsChart.ts20 import { type HeapTimelineRender, HeapTimelineStruct } from '../../database/ui-worker/ProcedureWork…
43 private heapTimelineRow: TraceRow<HeapTimelineStruct> | undefined;
145 this.heapTimelineRow = TraceRow.skeleton<HeapTimelineStruct>();
158 HeapTimelineStruct.hoverHeapTimelineStruct,
159 …`<span>Size: ${Utils.getBinaryByteWithUnit(HeapTimelineStruct.hoverHeapTimelineStruct?.size || 0)}…
163 HeapTimelineStruct.hoverHeapTimelineStruct = this.heapTimelineRow!.getHoverStruct();