https://bugs.freedesktop.org/show_bug.cgi?id=70857

Michael Meeks <michael.me...@collabora.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
     Ever confirmed|0                           |1

--- Comment #5 from Michael Meeks <michael.me...@collabora.com> ---
If something is very slow, install the debuginfo so you have symbols (without
this it's a waste of time) and do:

export OOO_DISABLE_RECOVERY=1
valgrind --tool=callgrind --simulate-cache=yes --dump-instr=yes ./soffice.bin
--splash-pipe=0 

reproduce the problem (if it only takes a second or two to pop up then do it a
few times), then exit cleanly.

Bear in mind callgrind runs 150x slower than real-time - so this will take some
patience.

Now bzip2 the callgrind.txt* and mail it to an interested developer.

Or poke in kcachegrind and fix it yourself =)

Needs a callgrind trace.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to