memtrace 0.1.2

A CLI tool for generation heap consumption flamegraphs
memtrace-0.1.2 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 the tool requires to download a dynamic library to work. The library is opensource, you can find it here

If you know a better solution - welcome to pull requests

Installation

cargo install memtrace

Usage

memtrace <your_program>

License: MIT