https://bugzilla.novell.com/show_bug.cgi?id=395160
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=395160#c6 --- Comment #6 from Sebastien Pouliot <[EMAIL PROTECTED]> 2008-08-14 13:02:08 MDT --- UIElementCollection::ResortByZIndex takes more time (total) than Glyphs::Render (about 1.5x) UIElementCollection::Insert calls ResortByZIndex *every* time something is inserted, so 379 calls to Insert == 379 calls to ResortByZIndex. UIElementZIndexComparer gets called more than 200k times (for 379 calls to ResortByZIndex). The FIXME in Insert looks like a great idea. note: there are three SL apps on this web page - the one showing the silverlight ball is a video that will mess up with any profiling results. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
