Uses of Class
com.google.caliper.model.InstrumentSpec.Builder
-
Packages that use InstrumentSpec.Builder 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 InstrumentSpec.Builder in com.google.caliper.model
Methods in com.google.caliper.model that return InstrumentSpec.Builder Modifier and Type Method Description InstrumentSpec.BuilderInstrumentSpec.Builder. addAllOptions(Map<String,String> options)InstrumentSpec.BuilderInstrumentSpec.Builder. addOption(String option, String value)InstrumentSpec.BuilderInstrumentSpec.Builder. className(String className)InstrumentSpec.BuilderInstrumentSpec.Builder. instrumentClass(Class<?> insturmentClass)Methods in com.google.caliper.model with parameters of type InstrumentSpec.Builder Modifier and Type Method Description Trial.BuilderTrial.Builder. instrumentSpec(InstrumentSpec.Builder instrumentSpecBuilder)
-