HeapProfiler.StartSamplingParameterType - Node documentation
interface HeapProfiler.StartSamplingParameterType

Usage in Deno

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

Properties

optional
samplingInterval: number | undefined

Average sample interval in bytes. Poisson distribution is used for the intervals. The default value is 32768 bytes.