public static class ProfilingParseRunner.RuleReport
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Matcher |
matcher |
private int |
matches |
private int |
matchSubs |
private int |
mismatches |
private int |
mismatchSubs |
private long |
nanoTime |
private int |
rematches |
private int |
rematchSubs |
private int |
remismatches |
private int |
remismatchSubs |
Constructor and Description |
---|
RuleReport(Matcher matcher) |
Modifier and Type | Method and Description |
---|---|
int |
getInvocations() |
int |
getInvocationSubs() |
Matcher |
getMatcher() |
int |
getMatches() |
double |
getMatchShare() |
double |
getMatchShare2() |
int |
getMatchSubs() |
int |
getMismatches() |
int |
getMismatchSubs() |
long |
getNanoTime() |
int |
getReinvocations() |
double |
getReinvocationShare() |
double |
getReinvocationShare2() |
int |
getReinvocationSubs() |
int |
getRematches() |
int |
getRematchSubs() |
int |
getRemismatches() |
int |
getRemismatchSubs() |
void |
update(int matchesDelta,
int matchSubsDelta,
int mismatchesDelta,
int mismatchSubsDelta,
int rematchesDelta,
int rematchSubsDelta,
int remismatchesDelta,
int remismatchSubsDelta,
long nanoTimeDelta) |
private final Matcher matcher
private int matches
private int matchSubs
private int mismatches
private int mismatchSubs
private int rematches
private int rematchSubs
private int remismatches
private int remismatchSubs
private long nanoTime
public RuleReport(Matcher matcher)
public Matcher getMatcher()
public int getInvocations()
public int getInvocationSubs()
public int getMatches()
public int getMatchSubs()
public int getMismatches()
public int getMismatchSubs()
public double getMatchShare()
public double getMatchShare2()
public int getReinvocations()
public int getReinvocationSubs()
public int getRematches()
public int getRematchSubs()
public int getRemismatches()
public int getRemismatchSubs()
public double getReinvocationShare()
public double getReinvocationShare2()
public long getNanoTime()
public void update(int matchesDelta, int matchSubsDelta, int mismatchesDelta, int mismatchSubsDelta, int rematchesDelta, int rematchSubsDelta, int remismatchesDelta, int remismatchSubsDelta, long nanoTimeDelta)