csnd
Class CsoundTimer

java.lang.Object
  extended by csnd.CsoundTimer

public class CsoundTimer
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
CsoundTimer()
           
CsoundTimer(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
static long getCPtr(CsoundTimer obj)
           
 double GetCPUTime()
           
 double GetRealTime()
           
 void Reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

CsoundTimer

public CsoundTimer(long cPtr,
                   boolean cMemoryOwn)

CsoundTimer

public CsoundTimer()
Method Detail

getCPtr

public static long getCPtr(CsoundTimer obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

GetRealTime

public double GetRealTime()

GetCPUTime

public double GetCPUTime()

Reset

public void Reset()