Any decent C# profilers out there? [closed]

2019-01-01 01:42发布

I need a C# profiler.

Although I'm not averse to paying for one, something which is free or at least with a trial version would be ideal since it takes time to raise a purchase order.

Any recommendations?

20条回答
孤独总比滥情好
2楼-- · 2019-01-01 02:11

Patrick Smacchia's awesome NDepend is excellent for providing static analysis.

I would thoroughly recommend NDepend for static analysis, but just be warned that you'll probably need to put aside a day or two to actually analyse the truckload of information that it provides as well as work out what all the stats actually mean in terms of your code.

查看更多
情到深处是孤独
3楼-- · 2019-01-01 02:11

I found the .NET Memory Profiler yesterday, and I must say that I'm very impressed by it.
I'm going to order my license today.

查看更多
长期被迫恋爱
4楼-- · 2019-01-01 02:15

I'll second red gate's ANTS profiler. I've used it to track down some really troubling performance issues and it was dead simple to use (low learning curve) and presented nice, detailed data in a way that was easy to understand. The price tag is worth it, but it isn't free ...

查看更多
深知你不懂我心
5楼-- · 2019-01-01 02:16

Although not very good to profile memory usage, the profiler included in some versions of Visual Studio does a very good job of profiling execution speed.

查看更多
唯独是你
6楼-- · 2019-01-01 02:17

The EQATEC profiler is very good and is completely free. It's easy to setup and use, and doesn't seem to add too much of an overhead to the application. I've just started using it today and have already found a couple of bottlenecks I wouldn't have spotted otherwise.

查看更多
余欢
7楼-- · 2019-01-01 02:20

I have used AQtime and it has never let me down. I am sure there is a trial version.

查看更多
登录 后发表回答