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
There are many performance measuring tools for .NET – they are commonly called profilers.
See DotTrace and And Ants performance profilers – these are commercial products.