Uses of Class
com.google.caliper.bridge.TargetInfoLogMessage
-
Packages that use TargetInfoLogMessage Package Description com.google.caliper.bridge Bridges between the runner and the worker. -
-
Uses of TargetInfoLogMessage in com.google.caliper.bridge
Methods in com.google.caliper.bridge that return TargetInfoLogMessage 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.Methods in com.google.caliper.bridge with parameters of type TargetInfoLogMessage Modifier and Type Method Description voidAbstractLogMessageVisitor. visit(TargetInfoLogMessage logMessage)voidLogMessageVisitor. visit(TargetInfoLogMessage logMessage)
-