906 B
906 B
Home > puppeteer > Protocol > Memory > SamplingProfileNode
Protocol.Memory.SamplingProfileNode interface
Heap profile sample.
Signature:
export interface SamplingProfileNode
Properties
Property | Type | Description |
---|---|---|
size | number | Size of the sampled allocation. |
stack | string[] | Execution stack at the point of allocation. |
total | number | Total bytes attributed to this sample. |