Tic Toc
ClimateMachine.TicToc
— ModuleTicToc -- timing measurement
Low-overhead time interval measurement via minimally invasive macros.
Methods
ClimateMachine.TicToc.@tic
— Macro@tic nm
Indicate the start of the interval nm
.
ClimateMachine.TicToc.@toc
— Macro@toc nm
Indicate 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.