org.jbox2d.testbed.perf
Class StackTest

java.lang.Object
  extended by org.jbox2d.profile.BasicPerformanceTest
      extended by org.jbox2d.testbed.perf.StackTest

public class StackTest
extends org.jbox2d.profile.BasicPerformanceTest

Author:
Daniel Murphy

Field Summary
static float aStore
           
static int INNER_ITERS
           
static int OUTER_ITERS
           
static java.lang.String[] tests
           
 
Fields inherited from class org.jbox2d.profile.BasicPerformanceTest
times
 
Constructor Summary
StackTest()
           
 
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
 

Field Detail

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
Constructor Detail

StackTest

public StackTest()
Method Detail

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.