HeapProfiler.StopTrackingHeapObjectsParameterType - Node documentation
interface HeapProfiler.StopTrackingHeapObjectsParameterType

Usage in Deno

import { type HeapProfiler } from "node:inspector";
type { StopTrackingHeapObjectsParameterType } = HeapProfiler;

Properties

optional
reportProgress: boolean | undefined

If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken when the tracking is stopped.