Is there a way to profile the garbage collection? For example, to trace which are the variables that are being collected?
Is Profiling · The Julia Language what you want?
1 Like
Maybe, I will try it. Thanks!
Some profiling options in source code:
And some WIP profile tools:
1 Like