ProfileNode
@Serializable
Profile node. Holds callsite information, execution statistics and child nodes.
Constructors
Link copied to clipboard
constructor(id: Int, callFrame: Runtime.CallFrame, hitCount: Int? = null, children: List<Int>? = null, deoptReason: String? = null, positionTicks: List<Profiler.PositionTickInfo>? = null)