Skip to content

Rewrite of dumpTimes script

Stewart Martin-Haugh requested to merge smh/athena:dumpTimes_rewrite into master

Rewrite dumpTimes.py script, used to check algorithm timings. Useful when testing optimisations.

Previously it relied on timers being in the TIMERS directory, but now the timers go in the algorithm directory but always have TIME in the name.

Cheers,

Stewart

Merge request reports