How to Install google-perftools in Ubuntu 18.04



Install google-perftools by entering the following commands in the terminal:

sudo apt update
sudo apt install google-perftools

Description:

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.

Homepage: https://github.com/gperftools/gperftools

Version: 2.5-2.2ubuntu3

Section: universe/devel