property HeapProfiler.StartSamplingParameterType.samplingInterval Usage in Deno```typescript import { type HeapProfiler } from "node:node__inspector--promises.d.ts"; ``` Average sample interval in bytes. Poisson distribution is used for the intervals. The default value is 32768 bytes. Type number | undefined