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

Debian Debian
RUN apt-get update && \ apt-get install -y binutils
Ubuntu
RUN apt-get update && \ apt-get install -y binutils
Alpine
RUN apk add binutils
Arch Arch Linux
RUN pacman -S --noconfirm binutils
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y binutils
CentOS
RUN yum install -y binutils
Fedora
RUN dnf install -y binutils
Raspbian
RUN apt-get update && \ apt-get install -y binutils
click the source code to copy install gprof on any operating system with command-not-found.com