aboutsummaryrefslogtreecommitdiffstats
path: root/parse_exps.py
diff options
context:
space:
mode:
authorNamhoon Kim <namhoonk@cs.unc.edu>2017-04-03 23:35:59 -0400
committerNamhoon Kim <namhoonk@cs.unc.edu>2017-04-03 23:35:59 -0400
commitfb72dd09cfc16d0260363d38df1225b6663bc084 (patch)
treedb1472467249286171d3e35c4b7a77c165571892 /parse_exps.py
parente15736509ab36e33bc71a0fe1120f2974e389725 (diff)
Diffstat (limited to 'parse_exps.py')
-rwxr-xr-xparse_exps.py1
1 files changed, 1 insertions, 0 deletions
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):
75 75
76 # Write overheads into result 76 # Write overheads into result
77 cycles = exp.params[PARAMS['cycles']] 77 cycles = exp.params[PARAMS['cycles']]
78 sys.stderr.write("CPU cycles = %s\n" % cycles)
78 ft.extract_ft_data(result, exp.path, exp.work_dir, cycles) 79 ft.extract_ft_data(result, exp.path, exp.work_dir, cycles)
79 80
80 # Write scheduling statistics into result 81 # Write scheduling statistics into result