Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Profiler.ScriptTypeProfile
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

JavaScript script id.

url: string

JavaScript script name or url.

entries: TypeProfileEntry[]

Type profile entries for parameters and return values of the functions in the script.