the.bay.news

How do I debug bevy's memory usage usage if it doesn't show up on heap profilers?

The Rust Programming Language Forum
How do I debug bevy's memory usage usage if it doesn't show up on heap profilers?
I am trying to debug bevy's memory usage, which is at about 200MB (measured via COSMIC System Monitor and BTOP) for the window_resizing example (used because it does the least out of all the examples I looked at while still being a graphical application) on the main branch. the issue is all profilers say that bevy uses 60MB of memory, not 200MB, making it impossible to actually see what is actually using memory. I tried dhat (the rust version), Heaptrack, and cap. I think my main issue is t...

0 comments

Sign in to join the discussion — your thebay.events account works here.

No comments yet.