Profiling Memory Usage with Heaptrack
Installation
git clone https://github.com/KDE/heaptrack.gitdnf group install "Development Tools" -ycd heaptrack mkdir build cd buildyum install cmake libunwind libunwind-devel boost boost-devel -ycmake -DCMAKE_BUILD_TYPE=Release .. # look for messages about missing dependencies!make -j$(nproc)ls -la /home/rocky/heaptrack/build/bin/heaptrack
Running a Memory Profile
Capturing and Sharing Results
Historical Engineering References
Last updated
Was this helpful?

