1.1 KiB
1.1 KiB
Home > puppeteer > Protocol > HeapProfiler > SamplingHeapProfileSample
Protocol.HeapProfiler.SamplingHeapProfileSample interface
A single sample from a sampling profile.
Signature:
export interface SamplingHeapProfileSample
Properties
Property | Type | Description |
---|---|---|
nodeId | integer | Id of the corresponding profile tree node. |
ordinal | number | Time-ordered sample ordinal number. It is unique across all profiles retrieved between startSampling and stopSampling. |
size | number | Allocation size in bytes attributed to the sample. |