diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-09-28 16:55:30 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-09-28 16:55:30 -0400 |
commit | 2844e3887b4ff635dfa85e9b2ec773b06fe9af4f (patch) | |
tree | 2308fd16cd7def6d4fce28239524e28f1ce3ed67 /parse/ft.py | |
parent | e9c71d9c11628b24fd7661d7473841fbda43cdda (diff) |
Added option to parse scaling factors against a base task set.
Diffstat (limited to 'parse/ft.py')
-rw-r--r-- | parse/ft.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parse/ft.py b/parse/ft.py index 9837898..868c8ca 100644 --- a/parse/ft.py +++ b/parse/ft.py | |||
@@ -41,7 +41,7 @@ def get_ft_output(data_dir, out_dir): | |||
41 | return None | 41 | return None |
42 | return output_file | 42 | return output_file |
43 | 43 | ||
44 | def get_ft_data(data_file, result, overheads): | 44 | def extract_ft_data(data_file, result, overheads): |
45 | rstr = r",(?:\s+[^\s]+){3}.*?([\d\.]+).*?([\d\.]+),(?:\s+[^\s]+){3}.*?([\d\.]+)" | 45 | rstr = r",(?:\s+[^\s]+){3}.*?([\d\.]+).*?([\d\.]+),(?:\s+[^\s]+){3}.*?([\d\.]+)" |
46 | 46 | ||
47 | with open(data_file) as f: | 47 | with open(data_file) as f: |