[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Profiler](./puppeteer.protocol.profiler.md) > [GetCountersResponse](./puppeteer.protocol.profiler.getcountersresponse.md) ## Protocol.Profiler.GetCountersResponse interface Signature: ```typescript export interface GetCountersResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [result](./puppeteer.protocol.profiler.getcountersresponse.result.md) | [CounterInfo](./puppeteer.protocol.profiler.counterinfo.md)\[\] | Collected counters information. |