pl.wendigo.chrome.api.profiler / Profile

Profile

data class Profile (source)

Profile.

Link
Profiler#Profile type documentation.

Constructors

<init>

Profile(nodes: List<ProfileNode>, startTime: Double, endTime: Double, samples: List<Int>? = null, timeDeltas: List<Int>? = null)

Profile.

Properties

endTime

val endTime: Double

Profiling end timestamp in microseconds.

nodes

val nodes: List<ProfileNode>

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

samples

val samples: List<Int>?

Ids of samples top nodes.

startTime

val startTime: Double

Profiling start timestamp in microseconds.

timeDeltas

val timeDeltas: List<Int>?

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