Uses of Class
com.google.caliper.core.BenchmarkClassModel
-
Packages that use BenchmarkClassModel Package Description com.google.caliper.bridge Bridges between the runner and the worker.com.google.caliper.core -
-
Uses of BenchmarkClassModel in com.google.caliper.bridge
Methods in com.google.caliper.bridge that return BenchmarkClassModel Modifier and Type Method Description abstract BenchmarkClassModelTargetInfoLogMessage. model()Returns the benchmark class model.Methods in com.google.caliper.bridge with parameters of type BenchmarkClassModel Modifier and Type Method Description static TargetInfoLogMessageTargetInfoLogMessage. create(BenchmarkClassModel model, Map<String,String> deviceProperties)Creates a new log message containing the given benchmark model and device properties. -
Uses of BenchmarkClassModel in com.google.caliper.core
Methods in com.google.caliper.core that return BenchmarkClassModel Modifier and Type Method Description abstract BenchmarkClassModelBenchmarkClassModel.Builder. build()Returns a newBenchmarkClassModelwith all the previously set values.static BenchmarkClassModelBenchmarkClassModel. create(Class<?> clazz)Creates a model of the given benchmark class and does some validation of it and the given user-provided values for the class' parameter fields.
-