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)
|
|
|
|
|
|
|
|
## Protocol.Profiler.GetRuntimeCallStatsResponse interface
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
export interface GetRuntimeCallStatsResponse
|
|
|
|
```
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
| Property | Type | Description |
|
|
|
|
| --- | --- | --- |
|
2020-10-01 06:24:47 +00:00
|
|
|
| [result](./puppeteer.protocol.profiler.getruntimecallstatsresponse.result.md) | [RuntimeCallCounterInfo](./puppeteer.protocol.profiler.runtimecallcounterinfo.md)<!-- -->\[\] | Collected runtime call counter information. |
|
2020-07-13 13:01:35 +00:00
|
|
|
|