Uses of Class
com.google.caliper.model.Scenario.Builder
-
Packages that use Scenario.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 Scenario.Builder in com.google.caliper.model
Methods in com.google.caliper.model that return Scenario.Builder Modifier and Type Method Description Scenario.BuilderScenario.Builder. benchmarkSpec(BenchmarkSpec benchmarkSpec)Scenario.BuilderScenario.Builder. benchmarkSpec(BenchmarkSpec.Builder benchmarkSpecBuilder)Scenario.BuilderScenario.Builder. host(Host host)Scenario.BuilderScenario.Builder. host(Host.Builder hostBuilder)Scenario.BuilderScenario.Builder. vmSpec(VmSpec vmSpec)Scenario.BuilderScenario.Builder. vmSpec(VmSpec.Builder vmSpecBuilder)Methods in com.google.caliper.model with parameters of type Scenario.Builder Modifier and Type Method Description Trial.BuilderTrial.Builder. scenario(Scenario.Builder scenarioBuilder)
-