Tic Toc
ClimateMachine.TicToc — ModuleTicToc -- timing measurementLow-overhead time interval measurement via minimally invasive macros.
Methods
ClimateMachine.TicToc.@tic — Macro@tic nmIndicate the start of the interval nm.
ClimateMachine.TicToc.@toc — Macro@toc nmIndicate the end of the interval nm.
ClimateMachine.TicToc.tictoc — Functiontictoc()Call at program start (only once!) to set up the globals used by the macros and to register the at-exit callback.