ProfileNode

@native @JSType trait ProfileNode extends StObject

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

Companion
object
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

Function location.

Function location.

var children: UndefOr[Array[Double]]

Child node ids.

Child node ids.

var deoptReason: UndefOr[String]

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

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

var hitCount: UndefOr[Double]

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

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

var id: Double

Unique id of the node.

Unique id of the node.

var positionTicks: UndefOr[Array[PositionTickInfo]]

An array of source position ticks.

An array of source position ticks.