aboutsummaryrefslogtreecommitdiffstats
path: root/parse/ft.py
diff options
context:
space:
mode:
Diffstat (limited to 'parse/ft.py')
-rw-r--r--parse/ft.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse/ft.py b/parse/ft.py
index fea246a..a6596b7 100644
--- a/parse/ft.py
+++ b/parse/ft.py
@@ -71,7 +71,7 @@ def extract_ft_data(result, data_dir, work_dir, cycles):
71 with open("%s/%s" % (work_dir, FT_ERR_NAME), 'w') as err_file: 71 with open("%s/%s" % (work_dir, FT_ERR_NAME), 'w') as err_file:
72 sorted_bin = sort_ft(bin_file, err_file, work_dir) 72 sorted_bin = sort_ft(bin_file, err_file, work_dir)
73 73
74 for event in conf.BASE_EVENTS: 74 for event in conf.OVH_BASE_EVENTS:
75 parse_overhead(result, sorted_bin, event, cycles, 75 parse_overhead(result, sorted_bin, event, cycles,
76 work_dir, err_file) 76 work_dir, err_file)
77 77