Package com.google.caliper.api
-
Interface Summary Interface Description ResultProcessor Interface for processing results as they complete. -
Exception Summary Exception Description SkipThisScenarioException Throw this exception from your benchmark class's setUp method, or benchmark method to indicate that the combination of parameters supplied should not be benchmarked. -
Annotation Types Summary Annotation Type Description AfterRep Apply this annotation to any method without parameters to have it run after each rep of aMacrobenchmark.BeforeRep Apply this annotation to any method without parameters to have it run before each rep of aMacrobenchmark.Footprint Annotates a method whose return value is an object whose total memory footprint is to be measured.Macrobenchmark Apply this annotation to any method without parameters to have it timed as a macrobenchmark.VmOptions An annotation applied to a benchmark that specifies flags to be applied to the VM.