mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.8 KiB
1.8 KiB
sidebar_label
| sidebar_label |
|---|
| Metrics |
Metrics interface
Signature:
export interface Metrics
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| 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) |