2020-07-13 13:01:35 +00:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[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
|
|
|
|
|
2020-10-01 06:24:47 +00:00
|
|
|
Collected runtime call counter information.
|
2020-07-13 13:01:35 +00:00
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
2020-10-01 06:24:47 +00:00
|
|
|
result: RuntimeCallCounterInfo[];
|
2020-07-13 13:01:35 +00:00
|
|
|
```
|