How can I profile C++ code running on Linux?
Asked 07 September, 2021
Viewed 1.3K times
  • 59
Votes

I have a C++ application, running on Linux, which I'm in the process of optimizing. How can I pinpoint which areas of my code are running slowly?

20 Answer