Uses of Package
com.google.caliper.runner

Packages that use com.google.caliper.runner
com.google.caliper.runner   
 

Classes in com.google.caliper.runner used by com.google.caliper.runner
BenchmarkClass
          An instance of this type represents a user-provided class that extends Benchmark.
BenchmarkMethod
          A method of a benchmark class that is recognized (by the appropriate Instrument) as a method that should undergo benchmark testing; for example, for the default instrument ("time"), methods that begin with the string "time" are recognized.
CaliperOptions
           
CaliperRc
           
ConsoleWriter
           
Instrument
           
InvalidBenchmarkException
           
Parameter
          Represents an injectable parameter, marked with one of @Param, @VmParam.
ParameterSet
          Represents all the injectable parameter fields of a single kind (@Param or @VmParam) found in a benchmark class.
ParsedOptions
           
Scenario
          A single "premise" for making benchmark measurements: which class and method to invoke, which VM to use, which choices for user parameters and vmArguments to fill in.
ScenarioSelection
           
UserCodeException
          Signifies that the user's benchmark code threw an exception.
VirtualMachine
           
 



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