Package spec.harness

Provides for a framwork for writing benchmarks and/or tests.

See:
          Description

Interface Summary
SpecJVMBenchmark  
 

Class Summary
BenchmarkThread  
CommandLineParser  
Configuration  
Constants  
Context This class is used to define the context for the execution of the benchmark.
KnownIssues  
Launch  
ProgramRunner This class is derived from java.lang.Thread.
SpecJVMBenchmarkBase  
Util  
VMVersionTest  
 

Exception Summary
StopBenchmarkException This class mainly handles the the runtime exceptions caused during the execution of the benchmarks.
 

Package spec.harness Description

Provides for a framwork for writing benchmarks and/or tests. A benchmark is a subpackage of spec.benchmarks with a Main class. The Main class extends SpecJVMBenchmarkBase