All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface spec.harness.SpecBenchmark

public interface SpecBenchmark
This is the interface which has to be implemented by any benchmark which is a part of Spec benchmark list. This has a abstract method harnessMain. The benchmark implements this method so that it can be launched by calling this method.


Method Index

 o harnessMain(String[])
Starts the benchmark.

Methods

 o harnessMain
 public abstract long harnessMain(String args[])
Starts the benchmark. Each benchmark implements this method. Given a class name, the ProgramRunner class dynamically creates the instance of the benchmark class and calls this method.

See Also:
ProgramRunner

All Packages  Class Hierarchy  This Package  Previous  Next  Index