[Mono-bugs] [Bug 395160] [Performance] Glyph map - loading glyphs is super slow.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Aug 14 15:02:08 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=395160
User spouliot at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=395160#c6
--- Comment #6 from Sebastien Pouliot <spouliot at novell.com> 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.
More information about the mono-bugs
mailing list