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

👨‍🔬Total memory in Allocation Breakdown #207

Merged
merged 2 commits into from
Mar 3, 2024
Merged

Conversation

Jasper-Bekkers
Copy link
Member

We've had this feature previously but it got nerf'd during our transition from egui to imgui. It's small but super useful to be able to see the total amount of memory under various filters (or just the total when no filter is applied).


let row_height = ui.text_style_height(&egui::TextStyle::Body);
ui.horizontal(|ui| {
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: there's only a single label in here, so the horizontal isn't needed.

auto-merge was automatically disabled March 1, 2024 15:12

Head branch was modified

@Jasper-Bekkers Jasper-Bekkers merged commit 0f47e8e into main Mar 3, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants