Skip to main content
GCProfilerResult.statistics - v8 - Node documentation
property GCProfilerResult.statistics

Usage in Deno

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

Type

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