Interface Benchmark.Reporter
-
- Enclosing class:
- Benchmark
public static interface Benchmark.ReporterInterface used to report messages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreport(java.lang.String message)Reports the given message.
-