19 lines
725 B
Markdown
19 lines
725 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)
|
|
|
|
## Protocol.Profiler.SetSamplingIntervalRequest interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface SetSamplingIntervalRequest
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [interval](./puppeteer.protocol.profiler.setsamplingintervalrequest.interval.md) | [integer](./puppeteer.protocol.integer.md) | New sampling interval in microseconds. |
|
|
|