You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I cannot descend in some of my functions because they are inlined. Perhaps there should be a
noinline
boolean argument fordescend_clicked
that prevents inlining, at least in the code of the package I am currently developing since that's the relevant code.The text was updated successfully, but these errors were encountered: