Add resultsdata query without "de-pruning"

This commit is contained in:
2026-08-31 21:52:31 +02:00
parent 7abdc4d032
commit a769f53472
2 changed files with 64 additions and 0 deletions
+6
View File
@@ -95,6 +95,9 @@ my %handlers = (
ResultsData =>
'Faults summary per benchmark with resulttype (resultsdata.csv)',
ResultsDataPruned =>
'Faults summary per benchmark with resulttype, using the pruned data without expansion (resultsdata_pruned.csv)',
TargetClass =>
'Faults by code type with data type (stack/heap/bss/...) and resulttype -> targetclass.csv',
@@ -662,6 +665,9 @@ my %handlers = (
combined_fault_probability =>
'marker probability per fault space (resultsdata.csv [+ traceweight.csv]).',
combined_fault_probability_merged =>
'marker probability per fault space, ip/mem/regs merged (resultsdata.csv).',
combined_fault_rates_per_instruction =>
'faults normalised by instruction count (faults.csv + mnemonics.csv).',