Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tools to monitor performance of C# methods [duplicate]

Possible Duplicate:
What Are Some Good .NET Profilers?

I am really not sure if such a tool or Addins exits to monitor the performance(time elapsed) of each methods/line of code.

I heard something that a tool will help us for this task which can be attached to VisualStudio. Anyone aware of it ?

Thanks

like image 836
Sreekumar P Avatar asked Dec 12 '11 11:12

Sreekumar P


People also ask

What are performance monitoring tools?

Performance monitoring systems are tools used to observe cloud applications, log issues, trace, and alert DevSecOps teams about irregularities or issues with cloud infrastructure. Examples of performance monitoring systems include observability tools, APM, tracing systems, alert and dashboards, and more.

Which are the three basic tools for monitoring?

There are three basic categories of monitoring; technical monitoring, functional monitoring and business process monitoring.


2 Answers

There are many performance measuring tools for .NET - they are commonly called profilers.

See DotTrace and And Ants performance profilers - these are commercial products.

like image 189
Oded Avatar answered Oct 28 '22 11:10

Oded


ANTS Performance Profiler can report that. It is a commercial product

like image 34
Lokeshwer Avatar answered Oct 28 '22 12:10

Lokeshwer