diff options
author | Namhoon Kim <namhoonk@cs.unc.edu> | 2017-04-03 23:35:59 -0400 |
---|---|---|
committer | Namhoon Kim <namhoonk@cs.unc.edu> | 2017-04-03 23:35:59 -0400 |
commit | fb72dd09cfc16d0260363d38df1225b6663bc084 (patch) | |
tree | db1472467249286171d3e35c4b7a77c165571892 /parse_exps.py | |
parent | e15736509ab36e33bc71a0fe1120f2974e389725 (diff) |
MC2 supportHEADmc2-supportmaster
Diffstat (limited to 'parse_exps.py')
-rwxr-xr-x | parse_exps.py | 1 |
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 |