KristofferC / TimerOutputs.jl

Formatted output of timed sections in Julia
Other
659 stars 54 forks source link

`@timeit` overwrites the location of function definition #168

Open bbejanov opened 1 year ago

bbejanov commented 1 year ago

When applying @timeit to a function definition, the function appears as if it were defined in the TimerOutputs package. It would be nice if the location of the function definition could be preserved. This affects code coverage results.

image