如何在自行启动 WPF 应用程序时使用 dotTrace 性能分析
How to use dotTrace Performance Profiling while launching the WPF application it self
正在处理 WPF 应用程序。启动应用程序需要很多时间,因此我的一位客户提出了性能问题。对于 solve/identify 这个问题最好的解决办法是什么?并使用 dotTrace 探查器来识别问题,但在启动时如何将进程附加到应用程序?
您可以在 dotTrace 下启动您的应用程序 - 这是分析应用程序的标准方式。参见 https://www.jetbrains.com/help/profiler/Starting_Local_Profiling_Session.html
正在处理 WPF 应用程序。启动应用程序需要很多时间,因此我的一位客户提出了性能问题。对于 solve/identify 这个问题最好的解决办法是什么?并使用 dotTrace 探查器来识别问题,但在启动时如何将进程附加到应用程序?
您可以在 dotTrace 下启动您的应用程序 - 这是分析应用程序的标准方式。参见 https://www.jetbrains.com/help/profiler/Starting_Local_Profiling_Session.html