[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Profiler](./puppeteer.protocol.profiler.md) > [GetRuntimeCallStatsResponse](./puppeteer.protocol.profiler.getruntimecallstatsresponse.md) > [result](./puppeteer.protocol.profiler.getruntimecallstatsresponse.result.md) ## Protocol.Profiler.GetRuntimeCallStatsResponse.result property Collected counter information. Signature: ```typescript result: CounterInfo[]; ```