Package com.google.caliper.model
Annotation Type ArbitraryMeasurement
-
@Retention(RUNTIME) @Target(METHOD) public @interface ArbitraryMeasurement
Annotation that identifies a given method as an "arbitrary measurement" method. The method should take no parameters and return a double, which is the measured value.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringdescriptionText description of the quantity measured by this measurement method.StringunitsThe units for the value returned by this measurement method.
-