puppeteer/new-docs/puppeteer.protocol.performance.metric.md
2020-07-13 14:01:35 +01:00

22 lines
689 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Performance](./puppeteer.protocol.performance.md) &gt; [Metric](./puppeteer.protocol.performance.metric.md)
## Protocol.Performance.Metric interface
Run-time execution metric.
<b>Signature:</b>
```typescript
export interface Metric
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [name](./puppeteer.protocol.performance.metric.name.md) | string | Metric name. |
| [value](./puppeteer.protocol.performance.metric.value.md) | number | Metric value. |