com.google.caliper
Class Runner

java.lang.Object
  extended by com.google.caliper.Runner

public final class Runner
extends Object

Creates, executes and reports benchmark runs.


Constructor Summary
Runner()
           
 
Method Summary
static void main(Class<? extends Benchmark> suite, String[] args)
           
static void main(String[] args)
           
 void run(String... args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Runner

public Runner()
Method Detail

run

public void run(String... args)

main

public static void main(String[] args)

main

public static void main(Class<? extends Benchmark> suite,
                        String[] args)


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