[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Profiler](./puppeteer.protocol.profiler.md) > [CounterInfo](./puppeteer.protocol.profiler.counterinfo.md) ## Protocol.Profiler.CounterInfo interface Collected counter information. Signature: ```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. |