Next: Output
Up: Rule Profiling
Previous: Format
Contents
- Print all rules, sort by avg_ticks (default configuration if option is turned on)
config profile_rules
- Print all rules, sort by avg_ticks, and append to file rules_stats.txt
config profile_rules: filename rules_stats.txt append
- Print the top 10 rules, based on highest average time
config profile_rules: print 10, sort avg_ticks
- Print all rules, sorted by number of checks
config profile_rules: print all, sort checks
- Print top 100 rules, based on total time
config profile_rules: print 100, sort total_ticks
- Print with default options, save results to performance.txt each time
config profile_rules: filename performance.txt append
- Print top 20 rules, save results to perf.txt with timestamp in filename
config profile_rules: print 20, filename perf.txt
Eugene Misnik
2013-05-08