puppeteer/new-docs/puppeteer.protocol.heapprofiler.takeheapsnapshotrequest.md

20 lines
961 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; [HeapProfiler](./puppeteer.protocol.heapprofiler.md) &gt; [TakeHeapSnapshotRequest](./puppeteer.protocol.heapprofiler.takeheapsnapshotrequest.md)
## Protocol.HeapProfiler.TakeHeapSnapshotRequest interface
<b>Signature:</b>
```typescript
export interface TakeHeapSnapshotRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [reportProgress](./puppeteer.protocol.heapprofiler.takeheapsnapshotrequest.reportprogress.md) | boolean | If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken. |
| [treatGlobalObjectsAsRoots](./puppeteer.protocol.heapprofiler.takeheapsnapshotrequest.treatglobalobjectsasroots.md) | boolean | If true, a raw snapshot without artifical roots will be generated |