Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Performance profiler for .NET with an API [closed]

Tags:

.net

profiling

I'd like a profiling application for .NET with an API for me to use to gain on-the-fly metrics and then dynamically alter application settings for performance optimisation.

Does such a program exist?

Thanks

like image 818
Ben Aston Avatar asked May 31 '26 14:05

Ben Aston


2 Answers

I really like dotTrace from JetBrains. One great benefit is the integration capabilities with Visual Studio.

Here is a good introduction.

like image 105
alexn Avatar answered Jun 03 '26 11:06

alexn


dotTrace from JetBrains is good and has nice API

like image 43
Mike Two Avatar answered Jun 03 '26 10:06

Mike Two