public static class ProfilingParseRunner.RuleReport extends Object
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) |
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)
Copyright © 2019. All rights reserved.