[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Memory](./puppeteer.protocol.memory.md) > [SamplingProfile](./puppeteer.protocol.memory.samplingprofile.md) ## Protocol.Memory.SamplingProfile interface Array of heap profile samples. Signature: ```typescript export interface SamplingProfile ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [modules](./puppeteer.protocol.memory.samplingprofile.modules.md) | [Module](./puppeteer.protocol.memory.module.md)\[\] | | | [samples](./puppeteer.protocol.memory.samplingprofile.samples.md) | [SamplingProfileNode](./puppeteer.protocol.memory.samplingprofilenode.md)\[\] | |