Using the profiler to identify hot spots
The C++ profiler is extremely useful for finding sections of code that require a high amount of processing time. Using the profiler can help you find sections of code to focus on during optimization. If you suspect that a region of code runs slowly, then you can actually confirm that it isn't slow if it doesn't appear highlighted in the profiler.