public class Profile extends Object
| Constructor and Description |
|---|
Profile() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getEndTime()
Profiling end timestamp in microseconds.
|
List<ProfileNode> |
getNodes()
The list of profile nodes.
|
List<Integer> |
getSamples()
Ids of samples top nodes.
|
Double |
getStartTime()
Profiling start timestamp in microseconds.
|
List<Integer> |
getTimeDeltas()
Time intervals between adjacent samples in microseconds.
|
void |
setEndTime(Double endTime)
Profiling end timestamp in microseconds.
|
void |
setNodes(List<ProfileNode> nodes)
The list of profile nodes.
|
void |
setSamples(List<Integer> samples)
Ids of samples top nodes.
|
void |
setStartTime(Double startTime)
Profiling start timestamp in microseconds.
|
void |
setTimeDeltas(List<Integer> timeDeltas)
Time intervals between adjacent samples in microseconds.
|
public List<ProfileNode> getNodes()
public void setNodes(List<ProfileNode> nodes)
public Double getStartTime()
public void setStartTime(Double startTime)
public Double getEndTime()
public void setEndTime(Double endTime)
public List<Integer> getTimeDeltas()
Copyright © 2020. All rights reserved.