Open bbejanov opened 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.
@timeit
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.