Closed PetrKryslUCSD closed 4 years ago
Is this the raw output that you get from julia --track-allocation=user
?
If so, you should open this issue on the main JuliaLang/julia repository.
Good point, done. Thank you.
This issue has been cross-posted to https://github.com/JuliaLang/julia/issues/34054
Closing as this is being tracked upstream now
With Julia 1.3, julia --track-allocation=user. The measurement was collected during a second run, after clearing the malloc data after the first run. Code fragment from a .mem file:
How does one interpret the above? The function with this code is called once. Where does all the allocation come from?