profiler total time

Hi,

I have run a process with the profiler option, and the time it has spent is 8408 s.(this is the time that appears at the botton of the application). When I go to the profiler tab, see in the Unit box: "(All) 3090 ". Why is there differences?
My developer version is 6.0.0.840. Any help would be very appreciated!!.
thanks a lot.
 
The profiler only measures the time spent executing PL/SQL code. The elapsed time reported by the Test Window also includes network traffic and other overhead.
 
Back
Top