Closed rjleveque closed 6 years ago
Script plot_timing_stats.py added to visclaw to plot CPU and Wall time timings from the file _output/timing.csv.
plot_timing_stats.py
_output/timing.csv
Requires valout routine that writes this file, which has been merged already in AMRClaw, https://github.com/clawpack/amrclaw/pull/202, and is in the works for GeoClaw in https://github.com/clawpack/geoclaw/pull/322.
valout
This code should eventually be turned into a more general utility function with more options.
See docstring for usage.
Script
plot_timing_stats.py
added to visclaw to plot CPU and Wall time timings from the file_output/timing.csv
.Requires
valout
routine that writes this file, which has been merged already in AMRClaw, https://github.com/clawpack/amrclaw/pull/202, and is in the works for GeoClaw in https://github.com/clawpack/geoclaw/pull/322.This code should eventually be turned into a more general utility function with more options.
See docstring for usage.