puppeteer/new-docs/puppeteer.protocol.profiler.runtimecallcounterinfo.md

23 lines
887 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Profiler](./puppeteer.protocol.profiler.md) &gt; [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. |