How to see every allocating function call?

Hello!

I have a small simulation program I made in Julia. I have a main function, that when I call it, it runs the whole function - lets call it Main().

Is there a macro similar to @profile for getting how many allocs each sub-functions has and where specifically it appears?

Kind regards

This Profiling · The Julia Language with sample rate 1 I’d say

1 Like