-
Notifications
You must be signed in to change notification settings - Fork 154
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
Partially missed stack trace #337
Comments
This is more due to the underlying profiling backend ( |
I don't observe such behaviour when using With
With
When using |
The difference is probably the passing of |
Maybe add info to the README that |
Happy to review a PR. |
Consider simple Rust program calculating fibonacci number:
Here is result of
cargo flamegraph
:Approximately half of the
fibonacci
calls have correct stacktrace, however other half doesn't have stacktraceThe text was updated successfully, but these errors were encountered: