interface GCProfilerResult
Properties Jump to heading
Jump to headingversion: numberJump to headingstartTime: numberJump to headingendTime: numberJump to headingstatistics: Array<{ gcType: string; cost: number; beforeGC: { heapStatistics: HeapStatistics; heapSpaceStatistics: HeapSpaceStatistics[]; }; afterGC: { heapStatistics: HeapStatistics; heapSpaceStatistics: HeapSpaceStatistics[]; }; }>