- Timestamp:
- Jul 11, 2014, 6:07:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/tsar_generic_xbar/scripts/create_graphs.py
r706 r749 7 7 8 8 9 apps = [ 'histogram', 'mandel', 'filter', 'radix _ga', 'fft_ga', 'kmeans' ]9 apps = [ 'histogram', 'mandel', 'filter', 'radix', 'radix_ga', 'fft', 'fft_ga', 'filt_ga', 'kmeans', 'pca', 'lu' ] 10 10 nb_procs = [ 1, 4, 8, 16, 32, 64, 128, 256 ] 11 11 … … 82 82 for line in lines: 83 83 tokens = line[:-1].split() 84 if len(tokens) > 0 and tokens[0] == "[ ELAPSED2]":84 if len(tokens) > 0 and tokens[0] == "[PARALLEL_COMPUTE]": 85 85 exec_time[app][i] = int(tokens[len(tokens) - 1]) 86 86 … … 139 139 140 140 for app in apps: 141 142 141 data_coherence_name = os.path.join(scripts_path, gen_dir, app + '_coherence.dat') 143 142 gp_coherence_name = os.path.join(scripts_path, gen_dir, app + '_coherence.gp')
Note: See TracChangeset
for help on using the changeset viewer.