Package 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
-
Method Details
-
getName
String getName()- Returns:
- The name of the test
-
runTest
boolean runTest()Run the test- Returns:
- true if executed successfully
-
getResultString
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.);
-