Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个在 IIS 7.5 上运行的 ASP.NET 4.0 网站,需要很长时间才能启动。 我有一种预感,这是因为 bin 文件夹中有很多 DLL。
我已经尝试过 Red Gate 的 ANTS 性能分析器,但我只收到诸如“JIT 开销”之类的消息,而没有具体说明哪些文件需要时间加载。
是否有某种方法可以记录不同 DLL 的加载时间?
我需要的是某种日志,例如:
a.dll - 123 ms b.dll - 234 ms
等等..
提前致谢