public class CsoundTimer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Constructor and Description |
---|
CsoundTimer() |
CsoundTimer(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(CsoundTimer obj) |
double |
GetCPUTime() |
double |
GetRealTime() |
void |
Reset() |
public CsoundTimer(long cPtr, boolean cMemoryOwn)
public CsoundTimer()
public static long getCPtr(CsoundTimer obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public double GetRealTime()
public double GetCPUTime()
public void Reset()