Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Noinline #509

Open
Vilin97 opened this issue Oct 10, 2023 · 1 comment
Open

[Feature request] Noinline #509

Vilin97 opened this issue Oct 10, 2023 · 1 comment

Comments

@Vilin97
Copy link

Vilin97 commented Oct 10, 2023

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 
@vchuravy
Copy link
Member

cc: @Zentrik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants