Uses of Interface
com.google.caliper.Benchmark

Packages that use Benchmark
com.google.caliper   
 

Uses of Benchmark in com.google.caliper
 

Classes in com.google.caliper that implement Benchmark
 class SimpleBenchmark
          A convenience class for implementing benchmarks in plain code.
 

Methods in com.google.caliper that return Benchmark
 Benchmark ConfiguredBenchmark.getBenchmark()
           
 

Method parameters in com.google.caliper with type arguments of type Benchmark
static void Runner.main(Class<? extends Benchmark> suite, String[] args)
           
 



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