import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { GetRuntimeCallStatsResponse } = Protocol.Profiler;
Properties
result: RuntimeCallCounterInfo[]
Collected runtime call counter information.
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { GetRuntimeCallStatsResponse } = Protocol.Profiler;
Collected runtime call counter information.