pl.wendigo.chrome.domain.heapprofiler / SamplingHeapProfileNode

SamplingHeapProfileNode

data class SamplingHeapProfileNode (source)

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

Constructors

<init>

SamplingHeapProfileNode(callFrame: CallFrame, selfSize: Double, children: List<SamplingHeapProfileNode>)

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

Properties

callFrame

val callFrame: CallFrame

Function location.

children

val children: List<SamplingHeapProfileNode>

Child nodes.

selfSize

val selfSize: Double

Allocations size in bytes for the node excluding children.