Skip to content
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

Allocation graphs way off the screen due to long function names #122

Open
arvid-norlander opened this issue Apr 30, 2024 · 0 comments
Open

Comments

@arvid-norlander
Copy link

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.

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

1 participant