While My application Is taking more time when profiling

Why my asp.net 1.1 application is taking more time when profiling using ants profiler 2.6 when compare to its normal execution

and Also tell me what is idle test setup enivornment for profiling asp.net 1.1 application with ants profiler.

Comments

  • Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hello,

    This is true; the code instrumentation overhead is pretty intense, but Profiler has some builtin compensation for this in the final results calculations.

    ANTS can profile web applications on the local computer. It's one of the very first choices when you start a new profiling project. The default configuration on Windows XP is the best because ANTS won't profile 1.1 when the ASPNET worker process is running as a named user. Multiple websites seems to cause problems when the configuration for the IP addresses and/or host headers is not exactly right. This is why I'd recommend XP as a test platform because of a much simpler environment.
Sign In or Register to comment.