-
Notifications
You must be signed in to change notification settings - Fork 18
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
Relevant julia code under unknown
#38
Comments
Hrmm weird! Thanks for the report! Can you also paste a screenshot for the flamegraph view? It's a bit easier for my brain to see what's going on. This might just be a benign artifact of the way julia names the root frame on arch? Let's have a look at the flamegraph to see if it helps at all... |
Also, can you try pasting in the results of |
Ah, whoops - shoot, to get the right thing to compare, we need Sorry and thanks! |
profile-output.txt no worries, I have to thank you for caring about my problem 👍 |
Aha - so in that view, we do see
I'm not sure if that's the same thing that's being displayed as @vchuravy: do you know? Although actually, after looking through the text file some more.. i think maybe the
which seems to more or less correspond to the screenshot you posted?: |
ANYWAY, the simplest answer I have for you is that you can "hide" the frame, by typing It's annoying but that will clean up your profile! Hope that helps :) |
Thanks for the suggestion, but it didn't work for me. I tried both, but the "unknown" node is still there. Anyhow, this is not really my problem. If I search for "solve", "assemble_element!", "assemble_global!", i.e. the functions that matter in this example: https://kristofferc.github.io/JuAFEM.jl/dev/examples/hyperelasticity/#Plain-Program I get no match. All I did is But maybe it's related to Profile.jl, I'm not sure tbh |
Hey there,
thanks for the package! I'm trying to profile some code but I have troubles to get PProf properly running.
I'm on arch with PProf.jl version 2.0.1, graphviz 2.46.0-1 and julia 1.5.3
Whenever I profile something in Julia PProf gathers everything under "unknown" as in this screenshot
MWE would be to copy paste this https://kristofferc.github.io/JuAFEM.jl/dev/examples/hyperelasticity/#Plain-Program or alternatively just copy paste the example from the docs https://docs.julialang.org/en/v1/manual/profile/#Basic-usage
Here is the source view:
The text was updated successfully, but these errors were encountered: