Package com.vecmath.performancetest
Class VecmathMatrixBenchmark
java.lang.Object
com.vecmath.performancetest.VecmathMatrixBenchmark
- All Implemented Interfaces:
MatrixBenchmark
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoInverse3Test
(int count, int maxCount, long timeOutMS) doInverseTest
(int count, int maxCount, long timeOutMS) doMultTest
(int count, int maxCount, long timeOutMS) doRotateTest1
(int count, int maxCount, long timeOutMS) doRotateTest2
(int count, int maxCount, long timeOutMS) doScaleTest
(int count, int maxCount, long timeOutMS) doTransformMultTest
(int count, int maxCount, long timeOutMS) doTransformPointTest
(int count, int maxCount, long timeOutMS) doTransformVectorTest
(int count, int maxCount, long timeOutMS) doTranslateTest
(int count, int maxCount, long timeOutMS) doTransposeTest
(int count, int maxCount, long timeOutMS) void
resetRandom
(long seed)
-
Constructor Details
-
VecmathMatrixBenchmark
public VecmathMatrixBenchmark()
-
-
Method Details
-
resetRandom
public void resetRandom(long seed) - Specified by:
resetRandom
in interfaceMatrixBenchmark
-
doMultTest
- Specified by:
doMultTest
in interfaceMatrixBenchmark
-
doTranslateTest
- Specified by:
doTranslateTest
in interfaceMatrixBenchmark
-
doScaleTest
- Specified by:
doScaleTest
in interfaceMatrixBenchmark
-
doRotateTest1
- Specified by:
doRotateTest1
in interfaceMatrixBenchmark
-
doRotateTest2
- Specified by:
doRotateTest2
in interfaceMatrixBenchmark
-
doTransposeTest
- Specified by:
doTransposeTest
in interfaceMatrixBenchmark
-
doInverseTest
- Specified by:
doInverseTest
in interfaceMatrixBenchmark
-
doInverse3Test
- Specified by:
doInverse3Test
in interfaceMatrixBenchmark
-
doTransformPointTest
- Specified by:
doTransformPointTest
in interfaceMatrixBenchmark
-
doTransformVectorTest
- Specified by:
doTransformVectorTest
in interfaceMatrixBenchmark
-
doTransformMultTest
- Specified by:
doTransformMultTest
in interfaceMatrixBenchmark
-
getPlatformName
- Specified by:
getPlatformName
in interfaceMatrixBenchmark
-