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

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

    The Visual Studio Profiler is part of Team System only. It is not included in Visual Studio Professional.

    There is a free .NET profiler called nprof, but it's not released yet and it can be rather volatile. Also, there are some excellent commercial profiler's such as ANTS Profiler from Red Gate; however, these are not low cost.

提交回复
热议问题