Synopsis: | Optimize code only if you know that you have a performance problem. Think twice before you begin |
Language: | C++ |
Severity Level: | 7 |
Category: | Optimization and Performance |
Description: |
A lot of time may be lost optimizing code without significant performance improvement. If you have a performance problem, use a performance-analyzing tool, to determine where a bottleneck exists. |