|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bulletphysics.linearmath.CProfileIterator
public class CProfileIterator
Iterator to navigate through profile tree.
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |