开发者

Can CLR Profiler be used for profiling ASP.NET applications?

开发者 https://www.devze.com 2023-02-14 12:54 出处:网络
Can CLR Profiler be used for开发者_如何学运维 profiling ASP.NET applications?It used to be possible (albeit not quite straight-forward, as I remember it). I have not tried the new one yet, but I would

Can CLR Profiler be used for开发者_如何学运维 profiling ASP.NET applications?


It used to be possible (albeit not quite straight-forward, as I remember it). I have not tried the new one yet, but I would be quite surprised if that one did not handle it as well.


Yes, it is possible:

  1. Start the program
  2. Check/Uncheck Allocations and Calls as needed (note: you must have Allocations checked for calls to work).
  3. Verify the Target CLR Version
  4. File>Profile ASP.NET

    Can CLR Profiler be used for profiling ASP.NET applications?

  5. Once the IIS server has restarted, load the pages you want profiled.

    Can CLR Profiler be used for profiling ASP.NET applications?

  6. Click "KILL ASP.NET" to stop the profile.

    Can CLR Profiler be used for profiling ASP.NET applications?

  7. Analyse the output

After you kill the profiler, the start button changes to "Start ASP.NET" so you do not have to go back into the file menu to start the profiling.

Can CLR Profiler be used for profiling ASP.NET applications?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号