diff options
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 |