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