-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
The C++ Programmer's Mindset
By :
In this chapter, we use some of the binaries built in the Chapter-04 folder of the GitHub repository. We will make extensive use of the Google benchmark library here and the perf tool that is available in any Linux distribution; you will need to check your distribution’s documentation for instructions on how to install this tool if it is not already installed. Users on Windows or macOS will need to check with their operating system vendor for instructions on how to use their profilers, or use a Linux virtual machine.
The code for this chapter can be found in the Chapter-15 folder in the GitHub repository for this book at https://github.com/PacktPublishing/The-CPP-Programmers-Mindset.