martahedl / SC-construction-using-MSMT-CSD

0 stars 0 forks source link

Reporting of timing #10

Open Lestropie opened 2 months ago

Lestropie commented 2 months ago

If there were adequate motivation, the execution script could be altered to log the amount of time taken for each step, and write that reporting to a text file in the output directory.

Doing it by functionalising each step would be preferable to duplicating the same timing wrapping around every single step, but I've never tried doing that in Bash.