8

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

Community
  • 1
  • 1
Sreekumar P
  • 5,900
  • 11
  • 57
  • 82

3 Answers3

5

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

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

Oded
  • 489,969
  • 99
  • 883
  • 1,009
3

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

Lokeshwer
  • 1,139
  • 1
  • 9
  • 14
0

Our C# Profiler can do this. Like others mentioned here, it is a commercial product.

Ira Baxter
  • 93,541
  • 22
  • 172
  • 341