org.jbox2d.testbed.perf
Class PerfTest
java.lang.Object
org.jbox2d.testbed.perf.PerfTest
- Direct Known Subclasses:
- MathPerf, PoolingPerf, StackTest
public abstract class PerfTest
- extends Object
- Author:
- Daniel Murphy
|
Constructor Summary |
PerfTest(int argNumTests,
int argIters)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerfTest
public PerfTest(int argNumTests,
int argIters)
go
public void go()
printResults
public void printResults()
runTest
public abstract void runTest(int argNum)
getTestName
public abstract String getTestName(int argNum)
Copyright © 2012. All Rights Reserved.