interface Profiler.SetSamplingIntervalParameterType
Usage in Deno
import { type Profiler } from "node:inspector"; type { SetSamplingIntervalParameterType } = Profiler;
interval: number
New sampling interval in microseconds.