memtrace 0.1.3

A CLI tool for generation heap consumption flamegraphs
memtrace-0.1.3 is not a library.

memtrace

MemTrace

example

A Rust-based tool for visualizing heap memory consumption using flamegraphs. It helps you profile your app

⚠️ Warning: At the moment, this tool requires downloading a dynamic library to function. The library is open source and can be found here.

If you know a better solution - feel free to open a pull request

Installation

cargo install memtrace

Usage

memtrace <your_program>

License: MIT