Package performanceTests
Class CPUFFTTest
java.lang.Object
performanceTests.CPUFFTTest
- All Implemented Interfaces:
PerformanceTest
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CPUFFTTest
public CPUFFTTest()
-
-
Method Details
-
getName
- Specified by:
getName
in interfacePerformanceTest
- Returns:
- The name of the test
-
getResultString
- Specified by:
getResultString
in interfacePerformanceTest
- Returns:
- a text based results string to display.
-
cleanup
public void cleanup()Description copied from interface:PerformanceTest
Called when dialog closes to give the test an opportunity to free andy remaining resources (close graphics windows, etc.);- Specified by:
cleanup
in interfacePerformanceTest
-
runTest
public boolean runTest()Description copied from interface:PerformanceTest
Run the test- Specified by:
runTest
in interfacePerformanceTest
- Returns:
- true if executed successfully
-