org.jbox2d.testbed.perf
Class StackTest
java.lang.Object
org.jbox2d.profile.BasicPerformanceTest
org.jbox2d.testbed.perf.StackTest
public class StackTest
- extends org.jbox2d.profile.BasicPerformanceTest
- Author:
- Daniel Murphy
Fields inherited from class org.jbox2d.profile.BasicPerformanceTest |
times |
Method Summary |
java.lang.String |
getTestName(int argNum)
|
static void |
main(java.lang.String[] c)
|
float |
op(org.jbox2d.common.Vec2 argVec)
|
void |
runTest(int argNum)
|
Methods inherited from class org.jbox2d.profile.BasicPerformanceTest |
getFrames, getTestTime, go, printf, println, printResults |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INNER_ITERS
public static final int INNER_ITERS
- See Also:
- Constant Field Values
OUTER_ITERS
public static final int OUTER_ITERS
- See Also:
- Constant Field Values
tests
public static java.lang.String[] tests
aStore
public static float aStore
StackTest
public StackTest()
op
public float op(org.jbox2d.common.Vec2 argVec)
runTest
public void runTest(int argNum)
- Specified by:
runTest
in class org.jbox2d.profile.BasicPerformanceTest
- See Also:
org.jbox2d.testbed.perf.BasicPerformanceTest#runTest(int)
getTestName
public java.lang.String getTestName(int argNum)
- Specified by:
getTestName
in class org.jbox2d.profile.BasicPerformanceTest
- See Also:
org.jbox2d.testbed.perf.BasicPerformanceTest#getTestName(int)
main
public static void main(java.lang.String[] c)
Copyright © 2013. All Rights Reserved.