import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { ScriptTypeProfile } = Protocol.Profiler;
Type profile data collected during runtime for a JavaScript script.
Properties
scriptId: Runtime.ScriptId
JavaScript script id.
entries: TypeProfileEntry[]
Type profile entries for parameters and return values of the functions in the script.