|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bulletphysics.linearmath.CProfileNode
public class CProfileNode
Constructor Summary | |
---|---|
CProfileNode(String name,
CProfileNode parent)
|
Method Summary | |
---|---|
void |
call()
|
void |
cleanupMemory()
|
CProfileNode |
getChild()
|
String |
getName()
|
CProfileNode |
getParent()
|
CProfileNode |
getSibling()
|
CProfileNode |
getSubNode(String name)
|
int |
getTotalCalls()
|
float |
getTotalTime()
|
void |
reset()
|
boolean |
Return()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CProfileNode(String name, CProfileNode parent)
Method Detail |
---|
public CProfileNode getSubNode(String name)
public CProfileNode getParent()
public CProfileNode getSibling()
public CProfileNode getChild()
public void cleanupMemory()
public void reset()
public void call()
public boolean Return()
public String getName()
public int getTotalCalls()
public float getTotalTime()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |