[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [HeapProfiler](./puppeteer.protocol.heapprofiler.md) > [StopSamplingResponse](./puppeteer.protocol.heapprofiler.stopsamplingresponse.md) > [profile](./puppeteer.protocol.heapprofiler.stopsamplingresponse.profile.md) ## Protocol.HeapProfiler.StopSamplingResponse.profile property Recorded sampling heap profile. Signature: ```typescript profile: SamplingHeapProfile; ```