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