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