[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [HeapProfiler](./puppeteer.protocol.heapprofiler.md) > [SamplingHeapProfileSample](./puppeteer.protocol.heapprofiler.samplingheapprofilesample.md) ## Protocol.HeapProfiler.SamplingHeapProfileSample interface A single sample from a sampling profile. Signature: ```typescript export interface SamplingHeapProfileSample ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [nodeId](./puppeteer.protocol.heapprofiler.samplingheapprofilesample.nodeid.md) | [integer](./puppeteer.protocol.integer.md) | Id of the corresponding profile tree node. | | [ordinal](./puppeteer.protocol.heapprofiler.samplingheapprofilesample.ordinal.md) | number | Time-ordered sample ordinal number. It is unique across all profiles retrieved between startSampling and stopSampling. | | [size](./puppeteer.protocol.heapprofiler.samplingheapprofilesample.size.md) | number | Allocation size in bytes attributed to the sample. |