org.sunflow.system

Class BenchmarkFramework


public class BenchmarkFramework
extends java.lang.Object

This class provides a very simple framework for running a BenchmarkTest kernel several times and time the results.

Constructor Summary

BenchmarkFramework(int iterations, int timeLimit)

Method Summary

void
execute(BenchmarkTest test)

Constructor Details

BenchmarkFramework

public BenchmarkFramework(int iterations,
                          int timeLimit)

Method Details

execute

public void execute(BenchmarkTest test)