[Libreoffice-bugs] [Bug 113042] FILESAVE: Saving an large calc sheet is slower in LibO5.4 compared to LibO5.3

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Jun 4 19:28:40 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=113042

--- Comment #21 from Michael Meeks <michael.meeks at collabora.com> ---
> I unchecked "Relative" (must correspond to %) + "Cycle detection".

Great =)

> I don't see "absolute cycle counts" or "total", I only got file name +
> "Total Instruction Fetch Cost" in the bottom status bar and I can't
> right click on it.

That's fine.

> I sorted by "Called", the most called is rtl_uString_release (162 582 170)
> but I suppose it could be expected.

Right - when you look at any profile there is a ton of methods like that being
called a very large number of times.

I personally always use the "callee map" - I select the 'main' function on the
left and then see what is going on in the callee map - you can click there to
drill down. 

When you're getting near the bottom (don't try near the top of the stack) the
'call graph' thing can be rather useful. It's all a great way to explore who
calls whom in the code =)

HTH.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180604/e3e5c188/attachment.html>


More information about the Libreoffice-bugs mailing list