import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { ConsoleProfileStartedEvent } = Protocol.Profiler;
Sent when new profile recording is started using console.profile() call.
Properties
location: Debugger.Location
Location of console.profile().