Uses of Class
com.google.caliper.model.BenchmarkSpec.Builder
-
Packages that use BenchmarkSpec.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 BenchmarkSpec.Builder in com.google.caliper.model
Methods in com.google.caliper.model that return BenchmarkSpec.Builder Modifier and Type Method Description BenchmarkSpec.BuilderBenchmarkSpec.Builder. addAllParameters(Map<String,String> parameters)BenchmarkSpec.BuilderBenchmarkSpec.Builder. addParameter(String parameterName, String value)BenchmarkSpec.BuilderBenchmarkSpec.Builder. className(String className)BenchmarkSpec.BuilderBenchmarkSpec.Builder. methodName(String methodName)Methods in com.google.caliper.model with parameters of type BenchmarkSpec.Builder Modifier and Type Method Description Scenario.BuilderScenario.Builder. benchmarkSpec(BenchmarkSpec.Builder benchmarkSpecBuilder)
-