Profile Node
data class ProfileNode(id: Int, callFrame: CallFrame, hitCount: Int?, children: List<Int>?, deoptReason: String?, positionTicks: List<PositionTickInfo>?)
Content copied to clipboard
Profile node. Holds callsite information, execution statistics and child nodes.
Constructors
ProfileNode
Link copied to clipboard
fun ProfileNode(id: Int, callFrame: CallFrame, hitCount: Int? = null, children: List<Int>? = null, deoptReason: String? = null, positionTicks: List<PositionTickInfo>? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard