Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IProfileNode

Hierarchy

  • IProfileNode

Index

Properties

Readonly callFrame

Function location.

Optional Readonly children

children: readonly number[]

Child node ids.

Optional Readonly deoptReason

deoptReason: string

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

Readonly hitCount

hitCount: number

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

Readonly id

id: number

Unique id of the node.

Readonly positionTicks

positionTicks: readonly IProfileTickInfo[]

An array of source position ticks.