How to profile C++ code running on Linux?
If your goal is to use a profiler, use one of the suggested ones. However, if you’re in a hurry and you can manually interrupt your program under the debugger …
How to profile C++ code running on Linux? Learn More