gprof
Performance analysis tool for many programming languages. It profiles the function executions of a program. More information: <https://ftp.gnu.org/old-gnu/Manuals/gprof-2.9.1/html_mono/gprof.html>.
RUN apt-get update && \
apt-get install -y binutils
RUN apt-get update && \
apt-get install -y binutils
RUN apk add binutils
RUN pacman -S --noconfirm binutils
RUN apt-get update && \
apt-get install -y binutils
RUN yum install -y binutils
RUN dnf install -y binutils
RUN apt-get update && \
apt-get install -y binutils