You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: