Package performanceTests
Class SystemInfo
java.lang.Object
performanceTests.SystemInfo
- All Implemented Interfaces:
 PerformanceTest
Doesn't actually do anything, but does collate some system information
- Author:
 - Doug Gillespie
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
SystemInfo
public SystemInfo() 
 - 
 - 
Method Details
- 
getName
- Specified by:
 getNamein interfacePerformanceTest- Returns:
 - The name of the test
 
 - 
getResultString
- Specified by:
 getResultStringin interfacePerformanceTest- Returns:
 - a text based results string to display.
 
 - 
cleanup
public void cleanup()Description copied from interface:PerformanceTestCalled when dialog closes to give the test an opportunity to free andy remaining resources (close graphics windows, etc.);- Specified by:
 cleanupin interfacePerformanceTest
 - 
runTest
public boolean runTest()Description copied from interface:PerformanceTestRun the test- Specified by:
 runTestin interfacePerformanceTest- Returns:
 - true if executed successfully
 
 
 -