import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { Profile } = default.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.