30 lines
1.8 KiB
Markdown
30 lines
1.8 KiB
Markdown
---
|
|
sidebar_label: Metrics
|
|
---
|
|
|
|
# Metrics interface
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
export interface Metrics
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Modifiers | Type | Description | Default |
|
|
| ------------------------------------------------------------------ | --------- | ------ | ------------ | ------- |
|
|
| [Documents?](./puppeteer.metrics.documents.md) | | number | _(Optional)_ | |
|
|
| [Frames?](./puppeteer.metrics.frames.md) | | number | _(Optional)_ | |
|
|
| [JSEventListeners?](./puppeteer.metrics.jseventlisteners.md) | | number | _(Optional)_ | |
|
|
| [JSHeapTotalSize?](./puppeteer.metrics.jsheaptotalsize.md) | | number | _(Optional)_ | |
|
|
| [JSHeapUsedSize?](./puppeteer.metrics.jsheapusedsize.md) | | number | _(Optional)_ | |
|
|
| [LayoutCount?](./puppeteer.metrics.layoutcount.md) | | number | _(Optional)_ | |
|
|
| [LayoutDuration?](./puppeteer.metrics.layoutduration.md) | | number | _(Optional)_ | |
|
|
| [Nodes?](./puppeteer.metrics.nodes.md) | | number | _(Optional)_ | |
|
|
| [RecalcStyleCount?](./puppeteer.metrics.recalcstylecount.md) | | number | _(Optional)_ | |
|
|
| [RecalcStyleDuration?](./puppeteer.metrics.recalcstyleduration.md) | | number | _(Optional)_ | |
|
|
| [ScriptDuration?](./puppeteer.metrics.scriptduration.md) | | number | _(Optional)_ | |
|
|
| [TaskDuration?](./puppeteer.metrics.taskduration.md) | | number | _(Optional)_ | |
|
|
| [Timestamp?](./puppeteer.metrics.timestamp.md) | | number | _(Optional)_ | |
|