为什么我从 Visual Studio 2010 RC 中的探查器得到不同的结果
我在 VS2010 RC 中设置了 1 个项目。一个工作流控制台应用程序,只需从 1 计数到 10000 并将每个数字写入控制台。 当我执行“F5”时,该应用程序需要几分钟才能完成,但当我通过分析执行该应用程序时,它会在 3-5 秒内完成。 有谁知道为什么?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到原因了,
因为VS2010调试器。
当我构建应用程序或启动而不进行调试时,它会在 3 秒内完成。
Found why,
Because of the VS2010 debugger.
When I build the application or launch without debugging it finishes in 3 seconds.