[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [HeapProfiler](./puppeteer.protocol.heapprofiler.md) > [GetSamplingProfileResponse](./puppeteer.protocol.heapprofiler.getsamplingprofileresponse.md) > [profile](./puppeteer.protocol.heapprofiler.getsamplingprofileresponse.profile.md) ## Protocol.HeapProfiler.GetSamplingProfileResponse.profile property Return the sampling profile being collected. Signature: ```typescript profile: SamplingHeapProfile; ```