Class SettingsPerformanceTest
java.lang.Object
org.jbox2d.profile.BasicPerformanceTest
org.jbox2d.profile.SettingsPerformanceTest
- Direct Known Subclasses:
PistonBenchmark
-
Field Summary
FieldsFields inherited from class BasicPerformanceTest
times -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.StringgetTestName(int testNum) abstract voidvoidrunTest(int testNum) Methods inherited from class BasicPerformanceTest
getFrames, getTestTime, go, printf, println, printResultsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
NUM_TESTS
private static int NUM_TESTS
-
-
Constructor Details
-
SettingsPerformanceTest
public SettingsPerformanceTest(int iters)
-
-
Method Details
-
runTest
public void runTest(int testNum) - Specified by:
runTestin classBasicPerformanceTest
-
runBenchmarkWorld
public abstract void runBenchmarkWorld() -
getTestName
public java.lang.String getTestName(int testNum) - Specified by:
getTestNamein classBasicPerformanceTest
-