c++ Programming Glossary: spots
Detection of rectangular bright area in a Image using OpenCv http://stackoverflow.com/questions/10581451/detection-of-rectangular-bright-area-in-a-image-using-opencv the rectangular region the bright day light illuminated spots are also visible. I have used bilateral filtering but still..
What tools do you use to develop C++ applications on Linux? [closed] http://stackoverflow.com/questions/17228/what-tools-do-you-use-to-develop-c-applications-on-linux to using iterators. I use oprofile to try to find hot spots in optimized code I find that it often works a little better..
Dead code detection in legacy C/C++ project http://stackoverflow.com/questions/229069/dead-code-detection-in-legacy-c-c-project a code coverage analysis tool for this and look for unused spots in your code. A popular tool for the gcc toolchain is gcov together..
What's a very easy C++ profiler (VC++)? http://stackoverflow.com/questions/2624667/whats-a-very-easy-c-profiler-vc fine detailed reports just to pick up major black spots. Ease of use is more important to me at this point. It's VC..
Effective optimization strategies on modern C++ compilers http://stackoverflow.com/questions/2932515/effective-optimization-strategies-on-modern-c-compilers in hand it's time to start shaving cycles from the hot spots. It's well known that some optimizations e.g. loop unrolling..
Optimizations for pow() with const non-integer exponent? http://stackoverflow.com/questions/6475373/optimizations-for-pow-with-const-non-integer-exponent for pow with const non integer exponent I have hot spots in my code where I'm doing pow taking up around 10 20 of my..
Why is D3D10SDKLayers.dll loaded during my DX11 game? http://stackoverflow.com/questions/8934374/why-is-d3d10sdklayers-dll-loaded-during-my-dx11-game the middle of execution and they are not. I only have 2 spots in my game where device creation exists and neither spot is..
|