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

Add more GC tracks in visualization #1

Open
xoofx opened this issue Nov 18, 2024 · 0 comments
Open

Add more GC tracks in visualization #1

xoofx opened this issue Nov 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@xoofx
Copy link
Owner

xoofx commented Nov 18, 2024

Currently, the memory track is relatively limited because hardcoded with FireFox profiler. It only shows the total memory on managed allocations, but doesn't show the breakdown (gen1/gen2/gen3) and GC details.

Need to find a way to display these nicely. Could be done with separate marker track, but marker tracks are bound to a thread, which is not really our case here. I Could create a fake track, but not entirely sure it would work out of the box.

@xoofx xoofx added the enhancement New feature or request label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant