The total time shown in the Firebug profiler is the sum of the 'Own Time' column. In a 'JavaScript only' page this will be equal to the total time taken for the application. The Time column includes times spent outside JavaScript as well. For eg, if a JavaScript function is making a call to a plugin function in the page and waiting for the plugin function to return to JavaScript, the Time column will include that time as well. This time will NOT be included in the profiler's total time.
On Wednesday, June 27, 2007 7:31:38 PM UTC-4, Andrew wrote: > Has anybody any idea what the difference between the "Own Time" and > "Time" columns in the Profiler? > > On Jun 21, 6:51 pm, Andrew <[email protected]> wrote: > > Hi everyone, > > > > In the Profiler, what is the difference between the "Own Time" and > > "Time" columns? The reason I'm asking is because I'm a bit confused > > when the profiler reports a total time of, say 3500ms, and the "Time" > > column has entries that far exceeds that value. > > > > Sincerely, > > Andrew > > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
