diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-10-23 15:07:27 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-10-23 15:07:27 -0400 |
commit | f1e90e1a5f7b148cf8113fe463615bd95d5bf26d (patch) | |
tree | 90c38ab2e6397c7a3129cb67238a3748520e9bd3 /parse/ft.py | |
parent | 6d830d55ccae53dca6f0338dfee1274312c93161 (diff) |
Added parsing for load / flush operations in MC.
Diffstat (limited to 'parse/ft.py')
-rw-r--r-- | parse/ft.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/parse/ft.py b/parse/ft.py index c915978..2c2b597 100644 --- a/parse/ft.py +++ b/parse/ft.py | |||
@@ -39,6 +39,7 @@ def get_ft_output(data_dir, out_dir, force=False): | |||
39 | bins = [f for f in bins if os.stat("%s/%s"%(out_dir, f)).st_size] | 39 | bins = [f for f in bins if os.stat("%s/%s"%(out_dir, f)).st_size] |
40 | 40 | ||
41 | # Analyze will summarize those | 41 | # Analyze will summarize those |
42 | # todo pass in f | ||
42 | cmd_arr = [conf.BINS['analyze']] | 43 | cmd_arr = [conf.BINS['analyze']] |
43 | cmd_arr.extend(bins) | 44 | cmd_arr.extend(bins) |
44 | with open(output_file, "w") as f: | 45 | with open(output_file, "w") as f: |