A GUI Rust-based tool for visualizing heap memory consumption inspired by heaptrack. MemTrace supports heaptrack trace files, so you can read the samples built on Linux
The tool is using the egui crate for building UI
ℹ️ Info: So far, the tool works only on MacOS.
⚠️ Warning: At the moment, this tool requires downloading a dynamic library to function. The library is open source and can be found here.
cargo install memtrace-ui
ℹ️ Info: Make sure your app is built in debug mode
memtrace-ui <your_program>
License: MIT