puppeteer/new-docs/puppeteer.protocol.profiler.profile.md
2020-07-13 14:01:35 +01:00

1.3 KiB

Home > puppeteer > Protocol > Profiler > Profile

Protocol.Profiler.Profile interface

Profile.

Signature:

export interface Profile 

Properties

Property Type Description
endTime number Profiling end timestamp in microseconds.
nodes ProfileNode[] The list of profile nodes. First item is the root node.
samples integer[] Ids of samples top nodes.
startTime number Profiling start timestamp in microseconds.
timeDeltas integer[] Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime.