perf

Framework for Linux performance counter measurements. More information: <https://perf.wiki.kernel.org>.

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