public class MathPerf extends PerfTest
Modifier and Type | Field and Description |
---|---|
float |
aStore |
static int |
INNER_ITERS |
static int |
OUTER_ITERS |
Constructor and Description |
---|
MathPerf() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTestName(int argNum) |
static void |
main(java.lang.String[] c) |
void |
runAtan2Test(float argRandom) |
void |
runCeilTest(float argRandom) |
void |
runFastAtan2Test(float argRandom) |
void |
runFastCeilTest(float argRandom) |
void |
runFastFloorTest(float argRandom) |
void |
runFastMaxTest(float argRandom) |
void |
runFastPowTest(float argRandom) |
void |
runFloorTest(float argRandom) |
void |
runMaxTest(float argRandom) |
void |
runPowTest(float argRandom) |
void |
runSinLUTTest(float argRandom) |
void |
runSinTest(float argRandom) |
void |
runTest(int argNum) |
getFrames, getTestTime, go, printResults
public static int INNER_ITERS
public static int OUTER_ITERS
public float aStore
public void runTest(int argNum)
runTest
in class PerfTest
PerfTest.runTest(int)
public void runSinTest(float argRandom)
public void runSinLUTTest(float argRandom)
public void runPowTest(float argRandom)
public void runFastPowTest(float argRandom)
public void runMaxTest(float argRandom)
public void runFastMaxTest(float argRandom)
public void runFloorTest(float argRandom)
public void runFastFloorTest(float argRandom)
public void runAtan2Test(float argRandom)
public void runFastAtan2Test(float argRandom)
public void runCeilTest(float argRandom)
public void runFastCeilTest(float argRandom)
public java.lang.String getTestName(int argNum)
getTestName
in class PerfTest
PerfTest.getTestName(int)
public static void main(java.lang.String[] c)
Copyright © 2012. All Rights Reserved.