Uses of Class
com.google.caliper.model.Measurement
-
Packages that use Measurement 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 Measurement in com.google.caliper.model
Methods in com.google.caliper.model that return Measurement Modifier and Type Method Description MeasurementMeasurement.Builder. build()Methods in com.google.caliper.model that return types with arguments of type Measurement Modifier and Type Method Description static com.google.common.collect.ImmutableListMultimap<String,Measurement>Measurement. indexByDescription(Iterable<Measurement> measurements)com.google.common.collect.ImmutableList<Measurement>Trial. measurements()Methods in com.google.caliper.model with parameters of type Measurement Modifier and Type Method Description Trial.BuilderTrial.Builder. addMeasurement(Measurement measurement)Method parameters in com.google.caliper.model with type arguments of type Measurement Modifier and Type Method Description Trial.BuilderTrial.Builder. addAllMeasurements(Iterable<Measurement> measurements)static com.google.common.collect.ImmutableListMultimap<String,Measurement>Measurement. indexByDescription(Iterable<Measurement> measurements)
-