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

Allow friendly names to be added to heap snapshots #43

Closed
jarmit opened this issue Apr 20, 2022 · 2 comments
Closed

Allow friendly names to be added to heap snapshots #43

jarmit opened this issue Apr 20, 2022 · 2 comments
Labels
feature New feature or request tracked This issue is now tracked on our internal backlog

Comments

@jarmit
Copy link

jarmit commented Apr 20, 2022

Currently today, all of Objects, Arrays, etc. are all combined within the same constructor within a heap snapshot view. This makes it difficult to get a summary of what types of objects are causing the most memory problem. If instead, we could provide a friendly name to objects, so the aggregation of those events could be based off of friendly name, this would help us in allowing to target the correct objects that will get us the most bang for our buck.

AB#39492569

@jarmit jarmit added the feature New feature or request label Apr 20, 2022
@captainbrosset
Copy link
Contributor

This seems like an interesting idea that would, for sure, make it easier to use the snapshot view. I think @zoherghadyali would want to hear about this.

@captainbrosset captainbrosset added the tracked This issue is now tracked on our internal backlog label May 10, 2022
@leahmsft leahmsft closed this as completed Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request tracked This issue is now tracked on our internal backlog
Projects
None yet
Development

No branches or pull requests

3 participants