com.google.caliper.runner
Class CaliperRun

java.lang.Object
  extended by com.google.caliper.runner.CaliperRun

public final class CaliperRun
extends Object

A single execution of the benchmark runner, for a particular set of options.


Constructor Summary
CaliperRun(CaliperOptions options, CaliperRc caliperRc, ConsoleWriter console)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaliperRun

public CaliperRun(CaliperOptions options,
                  CaliperRc caliperRc,
                  ConsoleWriter console)
           throws InvalidCommandException,
                  InvalidBenchmarkException
Throws:
InvalidCommandException
InvalidBenchmarkException
Method Detail

run

public void run()
         throws UserCodeException
Throws:
UserCodeException


Copyright © 2009-2011 Google, Inc.. All Rights Reserved.