Metrics interface
Signature
export interface Metrics
Properties
Property | Modifiers | Type | Description | Default |
|---|---|---|---|---|
| Documents |
| number | Number of documents in the page. | |
| Frames |
| number | Number of frames in the page. | |
| JSEventListeners |
| number | Number of events in the page. | |
| JSHeapTotalSize |
| number | Total JavaScript heap size, in bytes. | |
| JSHeapUsedSize |
| number | Used JavaScript heap size, in bytes. | |
| LayoutCount |
| number | Total number of full or partial page layouts. | |
| LayoutDuration |
| number | Combined duration of all page layouts, in seconds. | |
| Nodes |
| number | Number of DOM nodes in the page. | |
| RecalcStyleCount |
| number | Total number of page style recalculations. | |
| RecalcStyleDuration |
| number | Combined duration of all page style recalculations, in seconds. | |
| ScriptDuration |
| number | Combined duration of JavaScript execution, in seconds. | |
| TaskDuration |
| number | Combined duration of all tasks performed by the browser, in seconds. | |
| Timestamp |
| number | The timestamp when the metrics sample was taken, in monotonic time (seconds since an arbitrary point in the past). |