Uses of Class
com.google.caliper.model.Value
-
Packages that use Value Package Description com.google.caliper.model These classes model the data that is collected by the caliper runner: the record of which scenarios were tested on which VMs by which instruments and, most importantly, all the measurements that were observed. -
-
Uses of Value in com.google.caliper.model
Methods in com.google.caliper.model that return Value Modifier and Type Method Description static ValueValue. create(double value, String unit)ValueMeasurement. value()Methods in com.google.caliper.model with parameters of type Value Modifier and Type Method Description Measurement.BuilderMeasurement.Builder. value(Value value)
-