public interface BenchmarkCounterFactory
Modifier and Type | Method and Description |
---|---|
LIRInstruction |
createBenchmarkCounter(String name,
String group,
Value increment) |
LIRInstruction |
createMultiBenchmarkCounter(String[] names,
String[] groups,
Value[] increments) |
LIRInstruction createBenchmarkCounter(String name, String group, Value increment)
LIRInstruction createMultiBenchmarkCounter(String[] names, String[] groups, Value[] increments)