Class ProfilingParseRunner.RuleReport
java.lang.Object
org.parboiled.parserunners.ProfilingParseRunner.RuleReport
- Enclosing class:
ProfilingParseRunner<V>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintdoubledoubleintintintlongintdoubledoubleintintintintintvoidupdate(int matchesDelta, int matchSubsDelta, int mismatchesDelta, int mismatchSubsDelta, int rematchesDelta, int rematchSubsDelta, int remismatchesDelta, int remismatchSubsDelta, long nanoTimeDelta)
-
Constructor Details
-
RuleReport
-
-
Method Details
-
getMatcher
-
getInvocations
public int getInvocations() -
getInvocationSubs
public int getInvocationSubs() -
getMatches
public int getMatches() -
getMatchSubs
public int getMatchSubs() -
getMismatches
public int getMismatches() -
getMismatchSubs
public int getMismatchSubs() -
getReinvocations
public int getReinvocations() -
getReinvocationSubs
public int getReinvocationSubs() -
getRematches
public int getRematches() -
getRematchSubs
public int getRematchSubs() -
getRemismatches
public int getRemismatches() -
getRemismatchSubs
public int getRemismatchSubs() -
getNanoTime
public long getNanoTime() -
update
public void update(int matchesDelta, int matchSubsDelta, int mismatchesDelta, int mismatchSubsDelta, int rematchesDelta, int rematchSubsDelta, int remismatchesDelta, int remismatchSubsDelta, long nanoTimeDelta)
-