14 lines
583 B
Markdown
14 lines
583 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) > [SetSamplingIntervalRequest](./puppeteer.protocol.profiler.setsamplingintervalrequest.md) > [interval](./puppeteer.protocol.profiler.setsamplingintervalrequest.interval.md)
|
||
|
|
||
|
## Protocol.Profiler.SetSamplingIntervalRequest.interval property
|
||
|
|
||
|
New sampling interval in microseconds.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
interval: integer;
|
||
|
```
|