Profile

sealed external interface Profile(source)

Profile.

Properties

Link copied to clipboard
abstract var endTime: Double

Profiling end timestamp in microseconds.

Link copied to clipboard

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

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

Ids of samples top nodes.

Link copied to clipboard
abstract var startTime: Double

Profiling start timestamp in microseconds.

Link copied to clipboard

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