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
abstract var nodes: <Error class: unknown class><ProfileNode>

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

Link copied to clipboard
abstract var samples: <Error class: unknown class><Double>?

Ids of samples top nodes.

Link copied to clipboard
abstract var startTime: Double

Profiling start timestamp in microseconds.

Link copied to clipboard
abstract var timeDeltas: <Error class: unknown class><Double>?

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