interface Profiler.ConsoleProfileStartedEventDataType Usage in Deno```typescript import { Profiler } from "node:node__inspector--promises.d.ts"; ``` Properties id: string location: Debugger.Location Location of console.profile(). optional title: string | undefined Profile title passed as an argument to console.profile().