From 2df36f23a7aa63c37c37c798ce925ccce3eba044 Mon Sep 17 00:00:00 2001 From: Ross Thompson Date: Mon, 13 Mar 2023 13:32:09 -0500 Subject: [PATCH] On our way to finish the C reference data collection. --- bin/parseHPMC.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/parseHPMC.py b/bin/parseHPMC.py index 9f6549157..ee3f4115a 100755 --- a/bin/parseHPMC.py +++ b/bin/parseHPMC.py @@ -257,11 +257,7 @@ if(sys.argv[1] == '-b'): else: combined = benchmarkDict['All_'] # merge the reference data into rtl data - print('Doing stuff') - print(combined) combined.extend(RefData) - print('Doing stuff') - print(combined) (name, value) = FormatToPlot(combined) lst = [] dct = {}