Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.91 KB

puppeteer.metrics.md

File metadata and controls

29 lines (24 loc) · 1.91 KB
sidebar_label
Metrics

Metrics interface

Signature:

export interface Metrics

Properties

Property Modifiers Type Description Default
Documents? number (Optional)
Frames? number (Optional)
JSEventListeners? number (Optional)
JSHeapTotalSize? number (Optional)
JSHeapUsedSize? number (Optional)
LayoutCount? number (Optional)
LayoutDuration? number (Optional)
Nodes? number (Optional)
RecalcStyleCount? number (Optional)
RecalcStyleDuration? number (Optional)
ScriptDuration? number (Optional)
TaskDuration? number (Optional)
Timestamp? number (Optional)