papi_command_line
PAPI utilities
Install
- All systems
-
curl cmd.cat/papi_command_line.sh
- Debian
-
apt-get install papi-tools
- Ubuntu
-
apt-get install papi-tools
- Kali Linux
-
apt-get install papi-tools
- CentOS
-
yum install papi
- Fedora
-
dnf install papi
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install papi-tools
- Raspbian
-
apt-get install papi-tools
- Dockerfile
- dockerfile.run/papi_command_line
papi-tools
PAPI utilities
Performance Application Programming Interface (PAPI) provides the tool designer and application engineer with a consistent interface and methodology for use of the performance counter hardware found in most major microprocessors. PAPI enables software engineers to see, in near real time, the relation between software performance and processor events. In addition Component PAPI provides access to a collection of components that expose performance measurement opportunites across the hardware and software stack. This package provides utilities provided by the PAPI software.