Uses of Class
com.google.caliper.model.Host.Builder
-
Packages that use Host.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 Host.Builder in com.google.caliper.model
Methods in com.google.caliper.model that return Host.Builder Modifier and Type Method Description Host.BuilderHost.Builder. addAllProperties(Map<String,String> properties)Host.BuilderHost.Builder. addProperty(String key, String value)Host.BuilderHost.Builder. hashFunctionForTesting(com.google.common.hash.HashFunction hashFunction)This only exists for tests to induce hash collisions.Methods in com.google.caliper.model with parameters of type Host.Builder Modifier and Type Method Description Scenario.BuilderScenario.Builder. host(Host.Builder hostBuilder)
-