google-pprof
command line utilities to analyze the performance of C++ programs
Install
- All systems
-
curl cmd.cat/google-pprof.sh
- Debian
-
apt-get install google-perftools
- Ubuntu
-
apt-get install google-perftools
- Kali Linux
-
apt-get install google-perftools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install google-perftools
- Raspbian
-
apt-get install google-perftools
- Dockerfile
- dockerfile.run/google-pprof
google-perftools
command line utilities to analyze the performance of C++ programs
The gperftools, previously called google-perftools, package contains some utilities to improve and analyze the performance of C++ programs. This is a part of that package, and includes command line utilities.