|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.jpf.rtsj.test.TestClientStubs
Constructor Summary | |
TestClientStubs()
|
Method Summary | |
void |
clearActivePhaseCost()
Clear the active phase cost accumulator |
long |
getActivePhaseCostMillis()
|
long |
getActivePhaseCostNanos()
|
int |
getInstructionCount()
|
long |
getThreadRunCostMillis()
|
long |
getThreadRunCostNanos()
|
double |
log(double a)
|
long |
millisSinceEpoch()
|
double |
nextDouble()
Draw next double from principal random number generator |
double |
nextGaussian()
Draw next Gaussian (normal) double from principal random number generator |
int |
nextInt(int n)
Return an integer derived from the next pseudo random number draw. |
void |
printExecutionStatistics()
Print statistics of this run (path, if executing under JPF). |
void |
turnOffInvokeTracing()
Turn off tracing of invoke byte codes (if running under JPF). |
void |
turnOnInvokeTracing()
Turn on tracing of invoke byte codes (if running under JPF). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestClientStubs()
Method Detail |
public int getInstructionCount()
public long millisSinceEpoch()
public int nextInt(int n)
n
- the upper limit (non-inclusive) of the range
public double nextGaussian()
public double nextDouble()
public double log(double a)
a
-
public long getActivePhaseCostMillis()
public long getActivePhaseCostNanos()
public long getThreadRunCostMillis()
public long getThreadRunCostNanos()
public void printExecutionStatistics()
public void clearActivePhaseCost()
public void turnOnInvokeTracing()
public void turnOffInvokeTracing()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |