mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |