Options

time(sec) shows large values

Hi,

I am using Ants Profiler 3.1.0.x. We are profiling ASP.NET web service application. We tried to take snapshot of a single web method call. For wall clock time - it took only about 5-6 secs. However ANTS profiler shows method timings 10 secs and above in the Time(sec) column.

How to understand this?

Thanks,
Srikanth.

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hi,

    Quickly off the top of my head, I'd have a look at the hit count for the web method. Possibly you have hit it twice at 5 seconds an invocation? This could also be caused when running the profiler on a laptop or virtual machine where the CPU is not always constantly available to the OS. This affects the timings rather badly.
Sign In or Register to comment.