Thank you for your reply, I do realize they are two different measuring method. I still think, maybe I am wrong, given the same code and same recording place the total measured time should be the same shouldn't it? At times I get really close results from time and profile method and at other times I don't. So I guess what I am wondering is why are the result the same only sometimes. I would be more understanding if I see time > profile all the time but that is not the case. I am sorry if I am being pesky but I want to know in what situation this could be the same, and under what situation they are different.
Thank you On Sep 2, 7:22 pm, johnjbarton <[email protected]> wrote: > On Sep 2, 2:32 pm, kyuho <[email protected]> wrote: > > > Hello, > > > I am testing javascripts in my application and decided to use firebug > > to test performance. > > however I noticed sometimes the time i get fromconsole.timeand > >console.profileis different. > > Could anyone tell me a possible reason for this. > > The implementation of these two measurements is completely > different.console.timecalls Date() and gives you the delta when you call > timeEnd > ().console.profilecalls the Javascript profiler. So I would guess > thatconsole.time>console.profileand the delta can be arbitrarily > large. > > jjb > > > > > thank you, > > kyuho --~--~---------~--~----~------------~-------~--~----~ 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 http://groups.google.com/group/firebug?hl=en -~----------~----~----~----~------~----~------~--~---
