Actions
Feature #596
openrule profiling: multiple outputs per run
Effort:
medium
Difficulty:
low
Label:
Description
Currently we can output "sort" of rule profiling: sorted by ticks, avg ticks, checks, etc. I'd like to support more. The below would output for ticks, avgticks and checks separately.
rules:
# Profiling can be disabled here, but it will still have a
# performance impact if compiled in.
enabled: yes
# Sort options: ticks, avgticks, checks, matches
sort: ticks, avgticks, checks
# Limit the number of items printed at exit.
limit: 25
Each output would also print what it's output type is.
Updated by Victor Julien almost 13 years ago
- Target version changed from 2.0rc2 to TBD
Updated by Victor Julien over 7 years ago
- Assignee changed from OISF Dev to Anonymous
- Effort set to medium
- Difficulty set to low
Actions