Uses of Class
com.google.caliper.model.InstrumentType
-
Packages that use InstrumentType 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 InstrumentType in com.google.caliper.model
Methods in com.google.caliper.model that return InstrumentType Modifier and Type Method Description static InstrumentTypeInstrumentType. valueOf(String name)Returns the enum constant of this type with the specified name.static InstrumentType[]InstrumentType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-