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