Hi You may look what @time/@elapsed uses for timings macroexpand(:(@time begin; 2+2; end)) or macroexpand(:(@elapsed begin; 2+2; end))
>From these, It looks like you can use time_ns()
Hi You may look what @time/@elapsed uses for timings macroexpand(:(@time begin; 2+2; end)) or macroexpand(:(@elapsed begin; 2+2; end))
>From these, It looks like you can use time_ns()