public final class ProfileNode extends Object
| Constructor and Description |
|---|
ProfileNode(int id,
RuntimeCallFrame callFrame,
long hitCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(int childId) |
RuntimeCallFrame |
getCallFrame() |
long |
getHitCount() |
int |
getId() |
public ProfileNode(int id,
RuntimeCallFrame callFrame,
long hitCount)
public int getId()
public RuntimeCallFrame getCallFrame()
public long getHitCount()
public void addChild(int childId)