All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface spec.harness.BenchmarkDone

public interface BenchmarkDone
This interface defines the functions to be called when the benchmark finishes running. SpecJava class impements this interface


Method Index

 o benchmarkDone(String, Properties)
Constructor.
 o benchmarkPrint(String)
The results are formated and printed on to the console for the user.

Methods

 o benchmarkDone
 public abstract void benchmarkDone(String className,
                                    Properties results)
Constructor. The benchmark constructs the BenchmarkDone object with it's name and the results of running like, the runtime, IO times etc.

Parameters:
className - Name of the class
results - Run data.
 o benchmarkPrint
 public abstract void benchmarkPrint(String str)
The results are formated and printed on to the console for the user.

Parameters:
str - String to be printed

All Packages  Class Hierarchy  This Package  Previous  Next  Index