bytehound icon indicating copy to clipboard operation
bytehound copied to clipboard

Allocation graphs way off the screen due to long function names

Open arvid-norlander opened this issue 1 year ago • 0 comments

On the allocations page you can show graphs. This is very useful when trying to figure out live leaks etc.

Unfortunately due to long type names due to templates in C++ or monomorphised traits in Rust I often end up with very long function names. Often a single function can be thousands of characters long. This pushes the graphs way off the visible viewport in the browser.

It would be useful to tie the graphs to the right edge of the viewport, or something like that, rather than to the right of the text.

arvid-norlander avatar Apr 30 '24 12:04 arvid-norlander