From 4b5f714b6c36067909a438dc39a32d708982a5a6 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 19 Sep 2026 12:33:29 +0200 Subject: [PATCH] Update the Mnemonics query menu label --- scripts/menu.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/menu.pl b/scripts/menu.pl index facf944..d89d07a 100644 --- a/scripts/menu.pl +++ b/scripts/menu.pl @@ -89,7 +89,7 @@ my %handlers = ( 'Faults by benchmark, resulttype and fault address with mnemonic (faults.csv)', Mnemonics => -'Instruction count per mnemonic across the whole trace (mnemonics.csv)', +'Instruction count per mnemonic across read equivalence classes (mnemonics.csv)', RegionMarker => 'Faults by code region with resulttype (regionmarker.csv)',