import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { Profile } = Protocol.Profiler;
Profile.
Properties
nodes: ProfileNode[]
The list of profile nodes. First item is the root node.
optional
samples: integer[]Ids of samples top nodes.
optional
timeDeltas: integer[]Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime.