为什么我从 Visual Studio 2010 RC 中的探查器得到不同的结果

发布于 2024-08-26 23:03:42 字数 136 浏览 4 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

静待花开 2024-09-02 23:03:42

找到原因了,
因为VS2010调试器。
当我构建应用程序或启动而不进行调试时,它会在 3 秒内完成。

Found why,
Because of the VS2010 debugger.
When I build the application or launch without debugging it finishes in 3 seconds.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文