|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidBenchmarkException | |
---|---|
com.google.caliper.runner |
Uses of InvalidBenchmarkException in com.google.caliper.runner |
---|
Subclasses of InvalidBenchmarkException in com.google.caliper.runner | |
---|---|
class |
UserCodeException
Signifies that the user's benchmark code threw an exception. |
Methods in com.google.caliper.runner that throw InvalidBenchmarkException | |
---|---|
static ParameterSet |
ParameterSet.create(Class<? extends Benchmark> theClass,
Class<? extends Annotation> annotationClass)
|
static Parameter |
Parameter.create(Field field)
|
abstract BenchmarkMethod |
Instrument.createBenchmarkMethod(BenchmarkClass benchmarkClass,
Method method)
|
BenchmarkMethod |
MicrobenchmarkInstrument.createBenchmarkMethod(BenchmarkClass benchmarkClass,
Method method)
|
BenchmarkMethod |
ArbitraryMeasurementInstrument.createBenchmarkMethod(BenchmarkClass benchmarkClass,
Method method)
|
static BenchmarkMethod |
Instrument.createBenchmarkMethodFromTimeMethod(BenchmarkClass benchmarkClass,
Method timeMethod)
For instruments that use Instrument.isTimeMethod(java.lang.reflect.Method) to identify their methods, this method builds a
BenchmarkMethod appropriately. |
static void |
CaliperMain.exitlessMain(String[] args,
PrintWriter writer)
|
com.google.common.collect.ImmutableSortedMap<String,BenchmarkMethod> |
BenchmarkClass.findAllBenchmarkMethods(Instrument instrument)
|
Constructors in com.google.caliper.runner that throw InvalidBenchmarkException | |
---|---|
BenchmarkClass(Class<?> aClass)
|
|
CaliperRun(CaliperOptions options,
CaliperRc caliperRc,
ConsoleWriter console)
|
|
Parameter(Field field)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |