data class Profile
Profile.
<init> |
Profile. Profile(nodes: List<ProfileNode>, startTime: Double, endTime: Double, samples: List<Int>? = null, timeDeltas: List<Int>? = null) |
endTime |
Profiling end timestamp in microseconds. val endTime: Double |
nodes |
The list of profile nodes. First item is the root node. val nodes: List<ProfileNode> |
samples |
Ids of samples top nodes. val samples: List<Int>? |
startTime |
Profiling start timestamp in microseconds. val startTime: Double |
timeDeltas |
Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime. val timeDeltas: List<Int>? |