Sampling Heap Profile Node
data class SamplingHeapProfileNode(callFrame: CallFrame, selfSize: Double, id: Int, children: List<SamplingHeapProfileNode>)
Content copied to clipboard
Sampling Heap Profile node. Holds callsite information, allocation statistics and child nodes.
Constructors
SamplingHeapProfileNode
Link copied to clipboard
fun SamplingHeapProfileNode(callFrame: CallFrame, selfSize: Double, id: Int, children: List<SamplingHeapProfileNode>)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard