flamegraph icon indicating copy to clipboard operation
flamegraph copied to clipboard

Support for name unmangling

Open Recognition2 opened this issue 6 years ago • 1 comments
trafficstars

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?

Recognition2 avatar Aug 21 '19 10:08 Recognition2

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

jasonrhansen avatar Jan 26 '20 03:01 jasonrhansen