You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
The text was updated successfully, but these errors were encountered: