cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Difference between Self-Time, Duration, and Elapsed Time

waikeat_chan
DynaMight Pro
DynaMight Pro

The only one I might understand is elapsed time, what about the other two. It doesn't seems to resemble the kind of time in AppMon.

Anyone can be kind enough to help me understand the differnce them?

1 REPLY 1

nj_njoku
Inactive

Hey Wai,

This is my understanding.

Self-Time - This is the time that particular method spent executing its own code which will include the CPU Time, Wait time, Suspension time, Other (Network, IO) for just that method not including downstream method calls

Duration - is the time from when that method started executing till it is completed including calls to other downstream methods of the method you are analyzing.

Thanks

NJ

Featured Posts