49f25e2412
This corresponds to Chromium 87.0.4272.0 This roll includes: - Reland "idle-detection: Implement requestPermission() method" (crrev.com/c/2417779)
23 lines
887 B
Markdown
23 lines
887 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) > [RuntimeCallCounterInfo](./puppeteer.protocol.profiler.runtimecallcounterinfo.md)
|
|
|
|
## Protocol.Profiler.RuntimeCallCounterInfo interface
|
|
|
|
Runtime call counter information.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface RuntimeCallCounterInfo
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [name](./puppeteer.protocol.profiler.runtimecallcounterinfo.name.md) | string | Counter name. |
|
|
| [time](./puppeteer.protocol.profiler.runtimecallcounterinfo.time.md) | number | Counter time in seconds. |
|
|
| [value](./puppeteer.protocol.profiler.runtimecallcounterinfo.value.md) | number | Counter value. |
|
|
|