Skip to content

Commit

Permalink
result
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 1, 2021
1 parent 47370f3 commit af27bd5
Show file tree
Hide file tree
Showing 20 changed files with 210 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions app_specific_files/demo/generate_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def append_log(runtime_dict,task1,task2,fname):

def process_logs():
for (dirpath, dirnames, filenames) in os.walk(results_path):
#print(dirpath, dirnames, filenames)
for filename in filenames:
task_name = filename.split('-')[1]
filepath=os.sep.join([dirpath, filename])
Expand Down Expand Up @@ -508,10 +509,10 @@ def plot_task_timings(task_info, file_prefix):
fig.savefig('figures/{}_{}_exec_times.png'.format(file_prefix, task[0][0:6]))

if __name__ == '__main__':
#retrieve_logs('circe')
# retrieve_logs('profiler')
# retrieve_logs('exec')
# retrieve_logs('mapper')
retrieve_logs('circe')
#retrieve_logs('profiler')
#retrieve_logs('exec')
#retrieve_logs('mapper')
rt_datasource,rt_home,rt_enter_queue,rt_exit_queue,rt_enter_node,rt_exit_node = process_logs()
print('----------- Datasource----------------')
print(rt_datasource)
Expand All @@ -537,4 +538,4 @@ def plot_task_timings(task_info, file_prefix):
print('Percentage')
print(percentage)

plot_info(makespans_info, communication_info,task_info)
plot_info(makespans_info, communication_info,task_info)
204 changes: 204 additions & 0 deletions app_specific_files/demo/result_log

Large diffs are not rendered by default.

0 comments on commit af27bd5

Please sign in to comment.