performanceTests
Interface PerformanceTest

All Known Implementing Classes:
CPUFFTTest, GraphicsDotTest, GraphicsDotTest2, GraphicsDotTestBuffered, PamguardInfo, SystemInfo

public interface PerformanceTest

Interface for all performance tests.

Author:
Doug Gillespie

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
 

Method Detail

getName

java.lang.String getName()
Returns:
The name of the test

runTest

boolean runTest()
Run the test

Returns:
true if executed successfully

getResultString

java.lang.String getResultString()
Returns:
a text based results string to display.

cleanup

void cleanup()
Called when dialog closes to give the test an opportunity to free andy remaining resources (close graphics windows, etc.);