From fb72dd09cfc16d0260363d38df1225b6663bc084 Mon Sep 17 00:00:00 2001 From: Namhoon Kim Date: Tue, 4 Apr 2017 03:35:59 +0000 Subject: MC2 support --- parse_exps.py | 1 + 1 file changed, 1 insertion(+) (limited to 'parse_exps.py') diff --git a/parse_exps.py b/parse_exps.py index ee7b29f..e11b4ad 100755 --- a/parse_exps.py +++ b/parse_exps.py @@ -75,6 +75,7 @@ def parse_exp(exp_force): # Write overheads into result cycles = exp.params[PARAMS['cycles']] + sys.stderr.write("CPU cycles = %s\n" % cycles) ft.extract_ft_data(result, exp.path, exp.work_dir, cycles) # Write scheduling statistics into result -- cgit v1.2.2