Skip to main content
GCProfilerResult - v8 - Node documentation
interface GCProfilerResult

Usage in Deno

import { type GCProfilerResult } from "node:v8";

Properties

version: number
startTime: number
endTime: number
statistics: Array<{ gcType: string; cost: number; beforeGC: { heapStatistics: HeapStatistics; heapSpaceStatistics: HeapSpaceStatistics[]; }; afterGC: { heapStatistics: HeapStatistics; heapSpaceStatistics: HeapSpaceStatistics[]; }; }>