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: unknown class><SamplingHeapProfileNode>

Child nodes.

Link copied to clipboard
abstract var selfSize: Double

Allocations size in bytes for the node excluding children.