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

Expose totals for memory in heap snapshot. #5593

Merged
merged 24 commits into from
Apr 3, 2023
Merged

Conversation

polina-c
Copy link
Contributor

@polina-c polina-c commented Mar 31, 2023

Screenshot 2023-04-01 at 3 55 54 PM

@polina-c polina-c requested a review from bkonyi as a code owner March 31, 2023 22:55
@polina-c polina-c requested a review from a team as a code owner March 31, 2023 22:56
.map<String>(
(e) => '${e.key}: ${prettyPrintBytes(e.value, includeUnit: true)}',
)
.join(' | '),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works, but consider using a vertical divider instead of text.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added TODO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants