Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Protocol.Profiler.Profile
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { Profile } = Protocol.Profiler;

Profile.

Properties

nodes: ProfileNode[]

The list of profile nodes. First item is the root node.

startTime: number

Profiling start timestamp in microseconds.

endTime: number

Profiling end timestamp in microseconds.

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.