com.bulletphysics.linearmath
Class CProfileNode
java.lang.Object
com.bulletphysics.linearmath.CProfileNode
public class CProfileNode
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected java.lang.String name
totalCalls
protected int totalCalls
totalTime
protected float totalTime
startTime
protected long startTime
recursionCounter
protected int recursionCounter
parent
protected CProfileNode parent
child
protected CProfileNode child
sibling
protected CProfileNode sibling
CProfileNode
public CProfileNode(java.lang.String name,
CProfileNode parent)
getSubNode
public CProfileNode getSubNode(java.lang.String name)
getParent
public CProfileNode getParent()
getSibling
public CProfileNode getSibling()
getChild
public CProfileNode getChild()
cleanupMemory
public void cleanupMemory()
reset
public void reset()
call
public void call()
Return
public boolean Return()
getName
public java.lang.String getName()
getTotalCalls
public int getTotalCalls()
getTotalTime
public float getTotalTime()