valgrind

Wrapper for a set of expert tools for profiling, optimizing…

valgrind

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}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← vale var-dump-server →