interface Profiler.Profile
Usage
import { type Profiler } from "node:inspector"; type { Profile } = Profiler;
Profile.
optional
timeDeltas: number[] | undefined
Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime.