interface Profiler.ScriptTypeProfile
Unstable
Usage in Deno
import { type Profiler } from "node:inspector"; type { ScriptTypeProfile } = Profiler;
Type profile data collected during runtime for a JavaScript script.
JavaScript script id.
url: string
JavaScript script name or url.
Type profile entries for parameters and return values of the functions in the script.