private static class ProfilingParseRunner.RuleStats
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
matches |
private int |
matchSubs |
private int |
mismatches |
private int |
mismatchSubs |
private long |
nanoTime |
private java.util.Map<java.lang.Integer,java.lang.Integer> |
positionMatches |
private int |
rematchSubs |
private int |
remismatchSubs |
Modifier | Constructor and Description |
---|---|
private |
RuleStats() |
Modifier and Type | Method and Description |
---|---|
private void |
clear() |
private int matches
private int mismatches
private int matchSubs
private int mismatchSubs
private int rematchSubs
private int remismatchSubs
private long nanoTime
private final java.util.Map<java.lang.Integer,java.lang.Integer> positionMatches