what is the best tool to profile asp.net mvc code? [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionAre there any good free or trial tool to use to profile performance bottlenecks in asp.net mvc c# code?
If you want to profile C# code you can use ANTS Performance Profiler or dotTrace 4 Performance
Redgate has a lot of great tools, I've worked quite a lot with them: http://www.red-gate.com/products/ants_performance_profiler/index.htm
Any decent C# profilers out there? - try here =)
There is the free EQATEC Profiler for performance profiling .NET code
精彩评论