How can I measure the performance of an application in .NET? Are there any frameworks for this? Performance means time taken by certain functions, CPU utilization and all such metrics.
Asked
Active
Viewed 23 times
0
-
You can use a profiler or simple `StopWatch` class. – Sriram Sakthivel Aug 27 '15 at 09:51
-
Actually I am looking for a framework which will do everything for me with some configuration like instrumentation framework. – Ranjit Powar Aug 27 '15 at 10:10
-
Asking for tools or framework is off topic in stackoverflow. [Refer 4th point](http://stackoverflow.com/help/on-topic) – Sriram Sakthivel Aug 27 '15 at 10:20