public final class Profile extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Profile.TimeLineItem |
| Constructor and Description |
|---|
Profile(ProfileNode[] nodes,
long startTime,
long endTime,
Profile.TimeLineItem[] timeLine) |
| Modifier and Type | Method and Description |
|---|---|
long |
getEndTime() |
ProfileNode[] |
getNodes() |
long |
getStartTime() |
Profile.TimeLineItem[] |
getTimeLine() |
com.oracle.truffle.tools.utils.json.JSONObject |
toJSON() |
public Profile(ProfileNode[] nodes, long startTime, long endTime, Profile.TimeLineItem[] timeLine)
public ProfileNode[] getNodes()
public long getStartTime()
public long getEndTime()
public Profile.TimeLineItem[] getTimeLine()
public com.oracle.truffle.tools.utils.json.JSONObject toJSON()