1.4 KiB
1.4 KiB
Home > puppeteer > Protocol > HeapProfiler > SamplingHeapProfileNode
Protocol.HeapProfiler.SamplingHeapProfileNode interface
Sampling Heap Profile node. Holds callsite information, allocation statistics and child nodes.
Signature:
export interface SamplingHeapProfileNode
Properties
Property | Type | Description |
---|---|---|
callFrame | Runtime.CallFrame | Function location. |
children | SamplingHeapProfileNode[] | Child nodes. |
id | integer | Node id. Ids are unique across all profiles collected between startSampling and stopSampling. |
selfSize | number | Allocations size in bytes for the node excluding children. |