[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [HeapProfiler](./puppeteer.protocol.heapprofiler.md) > [TakeHeapSnapshotRequest](./puppeteer.protocol.heapprofiler.takeheapsnapshotrequest.md) > [reportProgress](./puppeteer.protocol.heapprofiler.takeheapsnapshotrequest.reportprogress.md) ## Protocol.HeapProfiler.TakeHeapSnapshotRequest.reportProgress property If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken. Signature: ```typescript reportProgress?: boolean; ```