puppeteer/new-docs/puppeteer.protocol.performance.enablerequest.timedomain.md

14 lines
635 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; [Performance](./puppeteer.protocol.performance.md) &gt; [EnableRequest](./puppeteer.protocol.performance.enablerequest.md) &gt; [timeDomain](./puppeteer.protocol.performance.enablerequest.timedomain.md)
## Protocol.Performance.EnableRequest.timeDomain property
Time domain to use for collecting and reporting duration metrics. (EnableRequestTimeDomain enum)
<b>Signature:</b>
```typescript
timeDomain?: ('timeTicks' | 'threadTicks');
```