Profile

@native @JSType trait Profile extends StObject

Profile.

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

var endTime: Double

Profiling end timestamp in microseconds.

Profiling end timestamp in microseconds.

var nodes: Array[ProfileNode]

The list of profile nodes. First item is the root node.

The list of profile nodes. First item is the root node.

var samples: UndefOr[Array[Double]]

Ids of samples top nodes.

Ids of samples top nodes.

var startTime: Double

Profiling start timestamp in microseconds.

Profiling start timestamp in microseconds.

var timeDeltas: UndefOr[Array[Double]]

Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime.

Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime.