Update cheatsheets

This commit is contained in:
ivuorinen
2025-09-25 00:19:09 +00:00
parent ffb5ac3c0a
commit 686b592a91
25 changed files with 169 additions and 31 deletions

View File

@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> Wrapper for a set of expert tools for profiling, optimizing and debugging programs.
> Commonly used tools include `memcheck`, `cachegrind`, `callgrind`, `massif`, `helgrind`, and `drd`.
> More information: <https://www.valgrind.org>.
> More information: <https://valgrind.org/docs/manual/manual-core.html#manual-core.options>.
- Use the (default) Memcheck tool to show a diagnostic of memory usage by `program`: