Update diff_complexity.py
- Related issues: N/A
- Requested reviewers: @pihlajakuja
Reason why this change is needed
- N/A
Description of the change
- The complexity diff script was updated, the old regex breaks for automatically instrumented routines (
[WMC_AUTO]contains non-word (\w) chars) - Additional
--dump_bsland--dump_cutarguments to just parse the WMOPs+Memory data and dump it to the specified .csv file - Verbose flag renamed to
--detailed, which prints identical routines, routines unique to BSL and CUT, and a routine-level diff- If this is used with the
--outputargument, an additional_diff_detailed.csvis created which contains the routine level diff -
--sortcan also be used to sort by one of the WMOPs columns
- If this is used with the
Affected operating points
- N/A