mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.3 KiB
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. |