基于 Unity 的应用程序启动速度慢

发布于 2024-08-04 16:40:29 字数 151 浏览 3 评论 0原文

我有一个使用 Unity 的控制台应用程序。在 app.config 中,我在默认容器中注册了大约 20 个类型。

我发现与不使用 Unity 构建的控制台应用程序相比,启动应用程序(直到我开始看到一些初始输出)非常慢。

有什么办法可以改善这个启动时间吗?

I have a console application that uses Unity. In the app.config, I have 20 or so types registered in the default container.

I find that starting up the application (until I start to see some initial output) is very slow compared to a console application built without Unity.

Is there anyway I can improve this start up time?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

满栀 2024-08-11 16:40:29

进行测量以追踪性能问题的根源总是值得的。尝试使用 StopWatch 类或分析工具来帮助您找到花费时间的内容。这是加载配置所花费的时间吗?是时候解决第一堂课了吗?

It is always worth taking measurements to track down the source of performance problems. Try using the StopWatch class or a profiling tool to help you find what is taking the time. Is it the time taken to load your config? Is it the time to Resolve the first class?

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