8000 GitHub - blkmlk/memtrace-ui: A GUI app for memory profiling
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

blkmlk/memtrace-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

License: MIT

About

A GUI app for memory profiling

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0