private static class BenchmarkCounters.Counter extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
group |
int |
index |
AtomicLong |
staticCounters |
| Constructor and Description |
|---|
Counter(int index,
String group,
AtomicLong staticCounters) |
public final int index
public final AtomicLong staticCounters
public Counter(int index, String group, AtomicLong staticCounters)