ProfileNode

sealed external interface ProfileNode(source)

Profile node. Holds callsite information, execution statistics and child nodes.

Properties

Link copied to clipboard
abstract var callFrame: CallFrame

Function location.

Link copied to clipboard
abstract var children: ReadonlyArray<Double>?

Child node ids.

Link copied to clipboard
abstract var deoptReason: String?

The reason of being not optimized. The function may be deoptimized or marked as don't optimize.

Link copied to clipboard
abstract var hitCount: Double?

Number of samples where this node was on top of the call stack.

Link copied to clipboard
abstract var id: Double

Unique id of the node.

Link copied to clipboard

An array of source position ticks.