Replace the composition chart with a probability chart that actually sums to 100%

This commit is contained in:
2026-08-17 23:40:30 +02:00
parent 2c622b482b
commit bf94e83738
4 changed files with 47 additions and 30 deletions
+4 -4
View File
@@ -653,15 +653,15 @@ my %handlers = (
# Sucks to put those here but I can't write them inside the R scripts
my %chart_descriptions = (
combined_fault_composition =>
'stacked fault type percentages/composition (resultsdata.csv).',
combined_fault_count_comparison =>
'faults per benchmark, c/aot/interp side by side (resultsdata.csv).',
combined_fault_count_correlation =>
'correlation of raw aot vs. interp fault counts (resultsdata.csv).',
combined_fault_probability =>
'marker probability per fault space (resultsdata.csv [+ traceweight.csv]).',
combined_fault_rates_per_instruction =>
'faults normalised by instruction count (faults.csv + mnemonics.csv).',
@@ -698,7 +698,7 @@ my %handlers = (
} @selected_charts;
my @resultsdata_charts =
grep {
/_result|_fault_count_comparison|_ratio_comparison|_fault_count_correlation|_fault_composition/
/_result|_fault_count_comparison|_ratio_comparison|_fault_count_correlation|_fault_probability/
} @selected_charts;
# Select if faults.csv or a filtered variant should be used