I've been wracking my brains out trying to figure out what the heck is going on with the most recent (non beta) Visual Studio 2008 SP1:
My app built with OpenMP runs incredibly slow in the debugger, bringing CPU usage to 100%. When they are run outside the debugger, it merely runs slowly (for a release build).
My app built with the Intel Thread Building Blocks library, or my own thread team implementation, runs slower in the debugger than when run outside the debugger (for a release build).
When I go to my other development machine, which has not had SP1 installed, the situation is different. Running in the debugger, or outside, has no effect on program performance. OpenMP accelerates my application, as does Thread Building Blocks or my own thread team code (written hastily out of exasperation to figure out this problem).
This is with absolutely no changes made to the app, just run it inside, or outside, of the debugger, SP1 versus regular Visual Studio.
I have found nothing about this on Google so I am sticking my neck out and saying something in the hopes that someone else might recognize this is happening to them. Either that, or I am seeing things.