performanceTests
Class CPUFFTTest

java.lang.Object
  extended by performanceTests.CPUFFTTest
All Implemented Interfaces:
PerformanceTest

public class CPUFFTTest
extends java.lang.Object
implements PerformanceTest


Field Summary
private  java.lang.String resultString
           
 
Constructor Summary
CPUFFTTest()
           
 
Method Summary
 void cleanup()
          Called when dialog closes to give the test an opportunity to free andy remaining resources (close graphics windows, etc.);
 java.lang.String getName()
           
 java.lang.String getResultString()
           
 boolean runTest()
          Run the test
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resultString

private java.lang.String resultString
Constructor Detail

CPUFFTTest

public CPUFFTTest()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface PerformanceTest
Returns:
The name of the test

getResultString

public java.lang.String getResultString()
Specified by:
getResultString in interface PerformanceTest
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 interface PerformanceTest

runTest

public boolean runTest()
Description copied from interface: PerformanceTest
Run the test

Specified by:
runTest in interface PerformanceTest
Returns:
true if executed successfully