Why do I get different results from profiler in Visual Studio 2010 RC
Posted
by Luka
on Stack Overflow
See other posts from Stack Overflow
or by Luka
Published on 2010-03-29T13:17:31Z
Indexed on
2010/03/29
13:23 UTC
Read the original article
Hit count: 346
I have setup 1 project in VS2010 RC. A workflow console application that simply counts from 1 to 10000 and writes each number to console. When I execute "F5" this application it takes minutes to finish, but when i execute this application with profiling it finishes in 3-5 seconds. Does anyone know why?
© Stack Overflow or respective owner