Link to home
Start Free TrialLog in
Avatar of Sudheer_Keesara
Sudheer_KeesaraFlag for India

asked on

Profiling ASP.NEt pages

What is the best way to profile the ASP.NEt pages. I would like to know how much time each request is taking along with the indivisual function call durations.

What are the best free tools available for profiling ASP.NET pages or handler requests?
SOLUTION
Avatar of Dirk Haest
Dirk Haest
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Sudheer_Keesara

ASKER

Dhaest,

Thanks for a quick response.

The second link does work and I tried using the Memory Profiler with ASP.NET earlier but it was not easy.

Is there any thing simple out there which can give the total request time and each individual function call durations easily. I am not really looking for a memory profiler.

Thanks in advance.
Did you take a look at the performance counters ?
http://msdn.microsoft.com/en-us/library/fxk122b4.aspx
I want generate the data for the request and individual function calls and not just viewing. So is there a way to capture the data for each request and make it persistant using counters?
I am not sure if eqatec works with ASP.NET applications? It's mentioned as desktop applications.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial