-
Notifications
You must be signed in to change notification settings - Fork 127
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
from_lines
most often fails but sometimes works
#226
Comments
As a workaround, I run the I used the commands that are provided in infernos README.md. |
That sounds like your program may be running for too short a time for |
I am currently experiencing the same issue
I tried using the described workaround, but the stacks.folded file is totally empty. |
I'm not sure if this is helpful or the same issue, but in my case the issue seems to have been caused by the permissions on the "perf.data" file - they were set as |
Fixed my issue by using
as described in the README under Obtaining profiling data |
I think this issue is caused particularly by using the |
So I am running the
cargo flamegraph
command together with the example and root flag.The curious thing is, sometimes the command works, but most often it does not and fails with this error message:
Diving directly into the responsible portion of code from the
inferno
crate, it seems as when using thefrom_lines
command, the accumulatedtime
equals zero. I am unfortunately not yet able to fully understand what this means.Any suggestions?
I cannot attach the file from
perf
as Github does not support.data
.The text was updated successfully, but these errors were encountered: