Hi guys,
Prospect asks why there is a 14ms gap between the 2 executes query as the self time of the first one is only 357 nanosec and there is no other method seen on PP till the next execution?
Any Ideas?
Yos @Gil Givati
Solved! Go to Solution.
Purepaths does not show whole stack trace. Methods that are not important from this point of view are not instrumented. This is why dynatrace is able to catch 100% of traffic without visible overhead. In such case it is possible that statement was prepared or some generic code responsible for execution of statement was called and this is the reason.
Sebastian
Hi Sebastian,
Thanks for your explanation on this issue of PP!
Yos