import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { TakeTypeProfileResponse } = Protocol.Profiler;
Properties
result: ScriptTypeProfile[]
Type profile for all scripts since startTypeProfile() was turned on.
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { TakeTypeProfileResponse } = Protocol.Profiler;
Type profile for all scripts since startTypeProfile() was turned on.