SamplingHeapProfileNode
@Serializable
Sampling Heap Profile node. Holds callsite information, allocation statistics and child nodes.
Constructors
Link copied to clipboard
constructor(callFrame: Runtime.CallFrame, selfSize: Double, id: Int, children: List<HeapProfiler.SamplingHeapProfileNode>)