interface Profiler.ConsoleProfileStartedEventDataType Usage in Denoimport { Profiler } from "node:inspector"; Properties id: string location: Debugger.Location Location of console.profile(). optional title: string | undefined Profile title passed as an argument to console.profile().