memtrace-ui 0.5.1

A GUI tool for profiling heap memory consumption
memtrace-ui-0.5.1 is not a library.

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 supports Linux and 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