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

Different visualizations for Memory tool #36

Open
joselea opened this issue Apr 7, 2022 · 2 comments
Open

Different visualizations for Memory tool #36

joselea opened this issue Apr 7, 2022 · 2 comments
Labels
feedback Feedback about an existing DevTools feature

Comments

@joselea
Copy link
Member

joselea commented Apr 7, 2022

We think that different visualizations may improve the experience of exploring a *.heapsnapshot file and reduce the time it takes to isolate a single retainer chain for an object in the heap.

Currently, the Memory tool allows a user to take a heap snapshot and explore its contents, but we have heard feedback that parsing the retainers tree view in the bottom can be difficult.

We created a simple playground to test this idea, it allows you to upload a heap snapshot file and explore the connections from the GC roots or to focus on a single object and visualize its retainer chain all the way up to a root.

heap_snapshot_playground_4

@joselea joselea added the feedback Feedback about an existing DevTools feature label Apr 7, 2022
@captainbrosset
Copy link
Contributor

This seems really cool. @joselea can you share the URL to the playground?

@ngaitonde
Copy link
Member

https://proud-wave-06fe23210.1.azurestaticapps.net/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback Feedback about an existing DevTools feature
Projects
None yet
Development

No branches or pull requests

3 participants