-
public final class ProfileProfile.
-
-
Method Summary
Modifier and Type Method Description final List<ProfileNode>component1()final Doublecomponent2()final Doublecomponent3()final List<Integer>component4()final List<Integer>component5()final Profilecopy(List<ProfileNode> nodes, Double startTime, Double endTime, List<Integer> samples, List<Integer> timeDeltas)final List<ProfileNode>getNodes()The list of profile nodes. final DoublegetStartTime()Profiling start timestamp in microseconds. final DoublegetEndTime()Profiling end timestamp in microseconds. final List<Integer>getSamples()Ids of samples top nodes. final List<Integer>getTimeDeltas()Time intervals between adjacent samples in microseconds. -
-
Method Detail
-
component1
final List<ProfileNode> component1()
-
component2
final Double component2()
-
component3
final Double component3()
-
component4
final List<Integer> component4()
-
component5
final List<Integer> component5()
-
copy
final Profile copy(List<ProfileNode> nodes, Double startTime, Double endTime, List<Integer> samples, List<Integer> timeDeltas)
-
getNodes
final List<ProfileNode> getNodes()
The list of profile nodes. First item is the root node.
-
getStartTime
final Double getStartTime()
Profiling start timestamp in microseconds.
-
getEndTime
final Double getEndTime()
Profiling end timestamp in microseconds.
-
getSamples
final List<Integer> getSamples()
Ids of samples top nodes.
-
getTimeDeltas
final List<Integer> getTimeDeltas()
Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime.
-
-
-
-