SamplingHeapProfileNode

sealed external interface SamplingHeapProfileNode(source)

Sampling Heap Profile node. Holds callsite information, allocation statistics and child nodes.

Properties

Link copied to clipboard
abstract var callFrame: CallFrame

Function location.

Link copied to clipboard
abstract var children: ERROR CLASS: Symbol not found for js.array.ReadonlyArray<node/inspector/heapProfiler/SamplingHeapProfileNode>

Child nodes.

Link copied to clipboard
abstract var selfSize: Double

Allocations size in bytes for the node excluding children.