puppeteer/new-docs/puppeteer.protocol.heapprofiler.startsamplingrequest.md
2020-07-13 14:01:35 +01:00

19 lines
772 B
Markdown

<!-- 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; [HeapProfiler](./puppeteer.protocol.heapprofiler.md) &gt; [StartSamplingRequest](./puppeteer.protocol.heapprofiler.startsamplingrequest.md)
## Protocol.HeapProfiler.StartSamplingRequest interface
<b>Signature:</b>
```typescript
export interface StartSamplingRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [samplingInterval](./puppeteer.protocol.heapprofiler.startsamplingrequest.samplinginterval.md) | number | Average sample interval in bytes. Poisson distribution is used for the intervals. The default value is 32768 bytes. |