Profiling crashing or perhaps non-responsive - where to report?

Hi, just to follow up on this. I believe there are a couple of separate things going on.

  1. @profile does cause some “performance degradation”, which is known and to be expected. And perhaps it is reasonable for it to be 10x or 20x? I am not sure about that. So slow commands can be very very slow when I try to profile them.

As an example, the following is taking many minutes on my machine (perhaps it has crashed, I am not sure):

julia> using Profile
julia> @profile using ParameterEstimation

2)the terminal is not responding to ctrl-c. I have seen some other discussion of this (example: cannot-catch-ctrl-c-gracefully) Honestly this is not a big deal for me, the profiling problems are more concerning.