Cthulhu.jl
Cthulhu.jl copied to clipboard
[Feature request] Noinline
I cannot descend in some of my functions because they are inlined. Perhaps there should be a noinline boolean argument for descend_clicked that prevents inlining, at least in the code of the package I am currently developing since that's the relevant code.
julia> descend_clicked()
┌ Warning: the bar you clicked on might have been inlined and unavailable for inspection. Click on a non-inlined bar to `descend`.
└ @ ProfileView C:\Users\Math User\.julia\packages\ProfileView\IzPaD\src\ProfileView.jl:557
cc: @Zentrik