time(sec) shows large values
srikkanthan
Posts: 2
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.
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
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.