Uses of Class
com.google.caliper.model.VmSpec.Builder
-
Packages that use VmSpec.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 VmSpec.Builder in com.google.caliper.model
Methods in com.google.caliper.model that return VmSpec.Builder Modifier and Type Method Description VmSpec.BuilderVmSpec.Builder. addAllOptions(Map<String,String> options)VmSpec.BuilderVmSpec.Builder. addAllProperties(Map<String,String> properties)VmSpec.BuilderVmSpec.Builder. addOption(String optionName, String value)VmSpec.BuilderVmSpec.Builder. addProperty(String property, String value)Methods in com.google.caliper.model with parameters of type VmSpec.Builder Modifier and Type Method Description Scenario.BuilderScenario.Builder. vmSpec(VmSpec.Builder vmSpecBuilder)
-