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
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
I prefer YourKit .NET profiler http://www.yourkit.com/dotnet/
Here is the link to their API http://www.yourkit.com/docs/net45/help/api.jsp
API allows start/stop profiling capture CPU and memory snapshot, etc.
--serge