puppeteer/new-docs/puppeteer.protocol.profiler.counterinfo.md

22 lines
743 B
Markdown
Raw Normal View History

<!-- 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; [Profiler](./puppeteer.protocol.profiler.md) &gt; [CounterInfo](./puppeteer.protocol.profiler.counterinfo.md)
## Protocol.Profiler.CounterInfo interface
Collected counter information.
<b>Signature:</b>
```typescript
export interface CounterInfo
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [name](./puppeteer.protocol.profiler.counterinfo.name.md) | string | Counter name. |
| [value](./puppeteer.protocol.profiler.counterinfo.value.md) | [integer](./puppeteer.protocol.integer.md) | Counter value. |