org.jbox2d.testbed.perf
Class PoolingPerf
java.lang.Object
org.jbox2d.testbed.perf.PerfTest
org.jbox2d.testbed.perf.PoolingPerf
public class PoolingPerf
- extends PerfTest
- Author:
- Daniel Murphy
| 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 String[] tests
aStore
public float aStore
wp
public org.jbox2d.pooling.IWorldPool wp
cp
public PoolingPerf.CirclePool cp
tlv
public PoolingPerf.TLVec2 tlv
mv
public org.jbox2d.common.Vec2 mv
stack
public PoolingPerf.CustStack stack
PoolingPerf
public PoolingPerf()
- Parameters:
argNumTests - argIters -
op
public float op(org.jbox2d.common.Vec2 argVec)
runTest
public void runTest(int argNum)
- Specified by:
runTest in class PerfTest
- See Also:
PerfTest.runTest(int)
runCreationTest
public void runCreationTest()
runWorldPoolTest
public void runWorldPoolTest()
runCirclePoolTest
public void runCirclePoolTest()
runThreadLocalTest
public void runThreadLocalTest()
runCustStackTest
public void runCustStackTest()
runMemberTest
public void runMemberTest()
getTestName
public String getTestName(int argNum)
- Specified by:
getTestName in class PerfTest
- See Also:
PerfTest.getTestName(int)
main
public static void main(String[] c)
Copyright © 2012. All Rights Reserved.