report
collect_data_and_write_to_file(time_step, backend, is_orchestrated, git_hash, comm, hits_per_step, times_per_step, experiment_name, dt_atmos)
collect the gathered data from all the ranks onto rank 0 and write the timing file
collect_keys_from_data(times_per_step)
Collects all the keys in the list of dicts and returns a sorted version
gather_hit_counts(hits_per_step, timing_info)
collects the hit count across all timers called in a program execution
gather_timing_data(times_per_step, comm, root=0)
returns an updated version of the results dictionary owned by the root node to hold data on the substeps as well as the main loop timers