Where can I find a profiler for C# applications to be used in Visual Studio 2008?

前端 未结 8 1254
小蘑菇
小蘑菇 2021-02-04 18:53

I\'m looking for a profiler for my C# application being developed in Visual Studio 2008. I am looking for something that is inexpensive (open sourced is preferred) and that it c

8条回答
  •  臣服心动
    2021-02-04 19:39

    There is some discussion on profilers for .NET in this stackoverflow thread. I have used CLR Profiler some, and it has helped me take care of a few performance issues in software before. Could be worth a try. Microsoft has published a guide on how to use the CLR Profiler.

提交回复
热议问题