heaptrack_gui

Heap memory profiler for Linux

Install

All systems
curl cmd.cat/heaptrack_gui.sh
Debian Debian
apt-get install heaptrack-gui
Ubuntu
apt-get install heaptrack-gui
Arch Arch Linux
pacman -S heaptrack
image/svg+xml Kali Linux
apt-get install heaptrack-gui
Fedora
dnf install heaptrack
Windows (WSL2)
sudo apt-get update sudo apt-get install heaptrack-gui

heaptrack

Heap memory profiler for Linux

Heap memory usage profiler. It uses LD_PRELOAD to track all calls to the core memory allocation functions and logs these occurrences. Additionally, backtraces are obtained and logged. The package contains command line tools.

heaptrack-gui

Heap memory profiler for Linux

Heap memory usage profiler. It uses LD_PRELOAD to track all calls to the core memory allocation functions and logs these occurrences. Additionally, backtraces are obtained and logged. The package contains GUI for the data analyze.