14 lines
536 B
Markdown
14 lines
536 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) > [time](./puppeteer.protocol.profiler.runtimecallcounterinfo.time.md)
|
||
|
|
||
|
## Protocol.Profiler.RuntimeCallCounterInfo.time property
|
||
|
|
||
|
Counter time in seconds.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
time: number;
|
||
|
```
|