[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [HeapProfiler](./puppeteer.protocol.heapprofiler.md) > [StopSamplingResponse](./puppeteer.protocol.heapprofiler.stopsamplingresponse.md) ## Protocol.HeapProfiler.StopSamplingResponse interface Signature: ```typescript export interface StopSamplingResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [profile](./puppeteer.protocol.heapprofiler.stopsamplingresponse.profile.md) | [SamplingHeapProfile](./puppeteer.protocol.heapprofiler.samplingheapprofile.md) | Recorded sampling heap profile. |