Package | Description |
---|---|
org.parboiled.parserunners |
Modifier and Type | Field and Description |
---|---|
static Predicate<ProfilingParseRunner.RuleReport> |
ProfilingParseRunner.Report.allRules |
static Predicate<ProfilingParseRunner.RuleReport> |
ProfilingParseRunner.Report.namedRules |
List<ProfilingParseRunner.RuleReport> |
ProfilingParseRunner.Report.ruleReports |
Modifier and Type | Method and Description |
---|---|
String |
ProfilingParseRunner.Report.printTopRules(int count,
Predicate<ProfilingParseRunner.RuleReport> filter) |
Constructor and Description |
---|
Report(int totalRuns,
int totalMatches,
int totalMismatches,
int rematches,
int remismatches,
long totalNanoTime,
List<ProfilingParseRunner.RuleReport> ruleReports) |
Copyright © 2015. All rights reserved.