diff options
| author | Glenn Elliott <gelliott@cs.unc.edu> | 2014-01-13 14:34:47 -0500 |
|---|---|---|
| committer | Glenn Elliott <gelliott@cs.unc.edu> | 2014-01-13 14:34:47 -0500 |
| commit | 1a000342dacd3dce7859c07dcf664852b21d7793 (patch) | |
| tree | 397d885985738a5988264a783df5785c0f467f55 /parse | |
| parent | a77f27b5aa681244938d8aea6e1b7bf36b978c22 (diff) | |
Discard interlaced trace events
Diffstat (limited to 'parse')
| -rw-r--r-- | parse/ft.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/parse/ft.py b/parse/ft.py index 1f05323..47dc699 100644 --- a/parse/ft.py +++ b/parse/ft.py | |||
| @@ -21,7 +21,8 @@ def parse_overhead(result, overhead_bin, overhead, cycles, out_dir, err_file): | |||
| 21 | ovh_file = open(ovh_fname, 'w') | 21 | ovh_file = open(ovh_fname, 'w') |
| 22 | 22 | ||
| 23 | # Extract matching overhead events into a seperate file | 23 | # Extract matching overhead events into a seperate file |
| 24 | cmd = [conf.BINS["ftsplit"], "-r", "-b", overhead, overhead_bin] | 24 | # cmd = [conf.BINS["ftsplit"], "-r", "-b", overhead, overhead_bin] |
| 25 | cmd = [conf.BINS["ftsplit"], "-r", "-i", overhead, overhead_bin] | ||
| 25 | ret = subprocess.call(cmd, cwd=out_dir, stderr=err_file, stdout=ovh_file) | 26 | ret = subprocess.call(cmd, cwd=out_dir, stderr=err_file, stdout=ovh_file) |
| 26 | size = os.stat(ovh_fname).st_size | 27 | size = os.stat(ovh_fname).st_size |
| 27 | 28 | ||
