I can't help but be slightly annoyed by exaggerated values of processTime
showing up in the tool frame if no callback processing is taking place. For instance simply refreshing a page to measure the rendering time also displays an insane value for processing time (even though no processing is actually taking place), 2/3333285620911 ms 1/3333285622176 ms 3/3333285623470 ms I poked around the WAToolFrame for 3 minutes but couldn't find an obvious spot to place a reset of some sorts, any pointers? Cheers! -Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside smime.p7s (4K) Download Attachment |
On 17 Aug 2006, at 18:49 , Boris Popov wrote: > I can't help but be slightly annoyed by exaggerated values of > processTime > showing up in the tool frame if no callback processing is taking > place. For > instance simply refreshing a page to measure the rendering time also > displays an insane value for processing time (even though no > processing is > actually taking place), > > 2/3333285620911 ms > 1/3333285622176 ms > 3/3333285623470 ms > > I poked around the WAToolFrame for 3 minutes but couldn't find an > obvious > spot to place a reset of some sorts, any pointers? Looks like a bug to me. A possible fix might be to reset 'processTime' to nil at the end of #renderToolbarOn: Michel. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Good idea, that did the trick nicely.
Thanks! -Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Michel Bany Sent: Thursday, August 17, 2006 10:08 AM To: The Squeak Enterprise Aubergines Server - general discussion. Subject: Re: [Seaside] Processing time in WAToolFrame? On 17 Aug 2006, at 18:49 , Boris Popov wrote: > I can't help but be slightly annoyed by exaggerated values of > processTime > showing up in the tool frame if no callback processing is taking > place. For > instance simply refreshing a page to measure the rendering time also > displays an insane value for processing time (even though no > processing is > actually taking place), > > 2/3333285620911 ms > 1/3333285622176 ms > 3/3333285623470 ms > > I poked around the WAToolFrame for 3 minutes but couldn't find an > obvious > spot to place a reset of some sorts, any pointers? A possible fix might be to reset 'processTime' to nil at the end of #renderToolbarOn: Michel. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside smime.p7s (4K) Download Attachment |
On 17 Aug 2006, at 23:23 , Boris Popov wrote: > Good idea, that did the trick nicely. > The fix is now on squeaksource as Seaside2.6b1-mb.74 WIll show up in VW next time we port. Michel. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |