public abstract class PerfTest
extends java.lang.Object
Constructor and Description |
---|
PerfTest(int argNumTests,
int argIters) |
Modifier and Type | Method and Description |
---|---|
int |
getFrames(int testNum) |
abstract java.lang.String |
getTestName(int argNum) |
double |
getTestTime(int testNum) |
void |
go() |
void |
printResults() |
abstract void |
runTest(int argNum) |
Copyright © 2012. All Rights Reserved.