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

前端 未结 8 1231
小蘑菇
小蘑菇 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:36

    If you just want to do memory profiling, the .NET Memory Profiler is excellent. It's got a trial period and small cost after that -- well worth it. If you want to spend some money, DevPartner Studio is very good.

提交回复
热议问题