TimerOutputs and --track-allocation=user

Dear all,

I use TimerOutputs in my Julia code for profiling, but when I also want to check memory with --track-allocation=user option on start up, all the output is condensed in one line, the one with @timeit macro at the beginning of a function.

Is it a normal/expected behavior? If so, is it maybe possible to disable @timeit macros on invocation of Julia? I am currently commenting the lines with the macro, which is not the most convenient way to work.

Cheers