I am trying to profile a function. For this I want to use the @profiler macro which seems to be the best option for me and also I am unable to install the other profilers available anyways (either GTK cannot be installed or I get a version error or the package can’t compile).
I am using atom with juno, the code runs smoothly and @profiler func(...)
doesn’t appear to bug, but the results aren’t displayed. It’s kind of what is sometimes happening with plot(...)
where you have to force it with display
to actually see the plot, but here there is no way to do
display( @profiler func(...) )
Have you ever run into this problem and found a way to solve it ?