💾 Archived View for freeshell.de › tldr › valgrind.gmi captured on 2023-11-04 at 12:56:53. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Wrapper for a set of expert tools for profiling, optimizing and debugging programs.
Commonly used tools include `memcheck`, `cachegrind`, `callgrind`, `massif`, `helgrind`, and `drd`.
valgrind {program}
valgrind --leak-check=full --show-leak-kinds=all {program}
valgrind --tool=cachegrind {program}
valgrind --tool=massif --stacks=yes {program}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).