Code Processing Times in ASP.NET

SALvation

Senior member
Apr 10, 2001
964
0
0
Are there any components or ASP.NET functions which measure how long it took a page to process and load? It'd be nice to know for determining which coding methods are most efficient.
 

DaveSimmons

Elite Member
Aug 12, 2001
40,730
670
126
Have you done a search at CodeProject.com and Google of "ASP.net profile" (profiling, profiler)?

I haven't looked into it myself since we currently use PHP and Perl at work.