[Mono-bugs] [Bug 375236] [performance] Silverlight World map - slow
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jun 13 14:34:36 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=375236
User spouliot at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=375236#c4
--- Comment #4 from Sebastien Pouliot <spouliot at novell.com> 2008-06-13 12:34:35 MDT ---
My (uncommitted) patch turns 1483 calls to PathGeometry::ComputeBounds into 46
calls. Still those mere 46 calls manage to call PathFigure::ComputeBounds 7348
times; and that "degenerates" into:
* cairo_bentley_ottman_tessellate_polygon being called 7077 times (12%);
* cairo_bo_sweep_line_validate being called 129,876,580 times (23%)
* cairo_bo_event_compare_pointers being called 1,602,767,429 times (9%)
* (cairo) _sweep_line_elt_compare being called 569,711,944 times (5%)
* list goes on...
there's a lot of polygons in there!
--
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