clawpack / visclaw

Clawpack visualization tools
http://www.clawpack.org
BSD 3-Clause "New" or "Revised" License
29 stars 48 forks source link

Plot timing stats #231

Closed rjleveque closed 6 years ago

rjleveque commented 6 years ago

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.