import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { GetCountersResponse } = Protocol.Profiler;
Properties
result: CounterInfo[]
Collected counters information.
x/pptr/vendor/devtools-protocol/protocol.d.ts>Protocol.Profiler.GetCountersResponse
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { GetCountersResponse } = Protocol.Profiler;
Collected counters information.