Skip to content

Support for name unmangling #40

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

Open
Recognition2 opened this issue Aug 21, 2019 · 1 comment
Open

Support for name unmangling #40

Recognition2 opened this issue Aug 21, 2019 · 1 comment

Comments

@Recognition2
Copy link

The flamegraph contains a lot of special characters that can be replaced to make the graph more readable.
Yamakaky wrote a script that fixes this.
We could sed over the svg directly, except for this line: s/[^\.]\.[^\.]/./g which breaks the svg format.

Original:
image

Improved:
image

Can we support this?

@jasonrhansen
Copy link

#68 updated the inferno version, which should give improved demangling of Rust symbols. This issue can probably be closed.

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