Add resultsdata query without "de-pruning"
This commit is contained in:
@@ -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).',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user