com.bulletphysics.linearmath
Class CProfileNode

java.lang.Object
  extended by com.bulletphysics.linearmath.CProfileNode

public class CProfileNode
extends Object


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

CProfileNode

public CProfileNode(String name,
                    CProfileNode parent)
Method Detail

getSubNode

public CProfileNode getSubNode(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 String getName()

getTotalCalls

public int getTotalCalls()

getTotalTime

public float getTotalTime()