49f25e2412
This corresponds to Chromium 87.0.4272.0 This roll includes: - Reland "idle-detection: Implement requestPermission() method" (crrev.com/c/2417779)
14 lines
601 B
Markdown
14 lines
601 B
Markdown
<!-- 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
|
|
|
|
Collected runtime call counter information.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
result: RuntimeCallCounterInfo[];
|
|
```
|