memtrace-ui

Crates.iomemtrace-ui
lib.rsmemtrace-ui
version0.4.1
created_at2025-06-22 17:35:00.545761+00
updated_at2025-08-23 19:41:51.107234+00
descriptionA GUI tool for profiling heap memory consumption
homepagehttps://github.com/blkmlk/memtrace-ui
repositoryhttps://github.com/blkmlk/memtrace-ui
max_upload_size
id1721800
size2,330,903
Islam Bekbuzarov (blkmlk)

documentation

README

memtrace-ui

MemTrace UI

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.

Supported features:

1. Overview:

overview

2. TopDown tree with source code:

topdown

3. Flamegraph:

flamegraph

Installation

cargo install memtrace-ui

Usage

ℹ️ Info: Make sure your app is built in debug mode

memtrace-ui <your_program>

Read an existing trace file

memtrace-ui -o <your_trace_file>

License: MIT

Commit count: 20

cargo fmt