EDIT 1 I do not exclude at all this might be caused by something very basic side effect of using the Profiler (some faulty setting in my \"regular\" pro
If you are using threads within your code, the windows timer resolution is also a reason for this.
Default windows timer resolution is 15.6ms
When you run your application with the profiler, this is set to 1ms and the application runs faster. Checkout this answer