gcov
Code coverage analysis and profiling tool that discovers untested parts of a program. Also displays a copy of source code annotated with execution frequencies of code segments. More information: <https://gcc.gnu.org/onlinedocs/gcc/Invoking-Gcov.html>.
RUN apt-get update && \
apt-get install -y gcc
RUN apt-get update && \
apt-get install -y gcc
RUN apk add gcc
RUN pacman -S --noconfirm gcc
RUN apt-get update && \
apt-get install -y gcc
RUN yum install -y gcc
RUN dnf install -y gcc
RUN apt-get update && \
apt-get install -y gcc