public class CProfileIterator extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
enterChild(int index)
Make the given child the new parent.
|
void |
enterParent()
Make the current parent's parent the new parent.
|
void |
first() |
String |
getCurrentName() |
String |
getCurrentParentName() |
int |
getCurrentParentTotalCalls() |
float |
getCurrentParentTotalTime() |
int |
getCurrentTotalCalls() |
float |
getCurrentTotalTime() |
boolean |
isDone() |
boolean |
isRoot() |
void |
next() |
public void first()
public void next()
public boolean isDone()
public boolean isRoot()
public void enterChild(int index)
public void enterParent()
public String getCurrentName()
public int getCurrentTotalCalls()
public float getCurrentTotalTime()
public String getCurrentParentName()
public int getCurrentParentTotalCalls()
public float getCurrentParentTotalTime()