[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Memory](./puppeteer.protocol.memory.md) > [SamplingProfileNode](./puppeteer.protocol.memory.samplingprofilenode.md) ## Protocol.Memory.SamplingProfileNode interface Heap profile sample. Signature: ```typescript export interface SamplingProfileNode ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [size](./puppeteer.protocol.memory.samplingprofilenode.size.md) | number | Size of the sampled allocation. | | [stack](./puppeteer.protocol.memory.samplingprofilenode.stack.md) | string\[\] | Execution stack at the point of allocation. | | [total](./puppeteer.protocol.memory.samplingprofilenode.total.md) | number | Total bytes attributed to this sample. |