Uses of Class
com.google.caliper.model.Trial
-
Packages that use Trial Package Description com.google.caliper.api 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 Trial in com.google.caliper.api
Methods in com.google.caliper.api with parameters of type Trial Modifier and Type Method Description voidResultProcessor. processTrial(Trial trial) -
Uses of Trial in com.google.caliper.model
Fields in com.google.caliper.model declared as Trial Modifier and Type Field Description static TrialTrial. DEFAULTMethods in com.google.caliper.model that return Trial Modifier and Type Method Description TrialTrial.Builder. build()
-