https://bugzilla.novell.com/show_bug.cgi?id=375236
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=375236#c2 Sebastien Pouliot <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] AssignedTo|[email protected] |[EMAIL PROTECTED] Status|NEW |ASSIGNED --- Comment #2 from Sebastien Pouliot <[EMAIL PROTECTED]> 2008-06-10 09:49:18 MDT --- It's much faster on my x86_64 (not graying the browser for the initial load) than on my x86 - but still very slow. 24.06% is spend inside UIElement::Render, called 10346 times 16.35% is spend inside Shape::ComputeBounds, called 10464 times 16.10% is spend inside PathFigure::ComputeBounds, called 41856 times Note: The startup/teardown time of FF is so big that it affects the percentages. The numbers above needs to be scaled up to be "realistic" but their proportion with each others should be correct. So it's similar to the balls performance data - except in this case there's no (visible) move of Canvas.[Top|Left] so we need to bring down the ComputeBounds time (at least for PathFigures). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
