# TimerOutputs and --track-allocation=user

**URL:** https://discourse.julialang.org/t/timeroutputs-and-track-allocation-user/70884
**Category:** Performance
**Tags:** question
**Created:** [November 3, 2021, 3:31pm UTC](https://discourse.julialang.org/t/timeroutputs-and-track-allocation-user/70884 "2021-11-03T15:31:15Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Niceno](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/niceno/32/29648_2.png) [@Niceno](https://discourse.julialang.org/u/Niceno)
#### Post date: [November 3, 2021, 3:31pm UTC](https://discourse.julialang.org/t/timeroutputs-and-track-allocation-user/70884/1 "2021-11-03T15:31:15Z")

</div>

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_
