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. More information: <http://www.valgrind.org>.
RUN apt-get update && \
apt-get install -y valgrind
RUN apt-get update && \
apt-get install -y valgrind
RUN apk add valgrind
RUN pacman -S --noconfirm valgrind
RUN apt-get update && \
apt-get install -y valgrind
RUN yum install -y valgrind-1
RUN dnf install -y valgrind-1
RUN apt-get update && \
apt-get install -y valgrind