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

--- Comment #3 from Michael Meeks <michael.me...@novell.com> ---
If you have a linux machine - it would be great to generate a callgrind
profile:

export OOO_EXIT_POST_STARTUP=1
export OOO_DISABLE_RECOVERY=1
valgrind --tool=callgrind --simulate-cache=yes --dump-instr=yes ./soffice.bin
-writer /path/to/document/to-load.odt

or whatever. That -should- give a callgrind.12345.txt file - that you can load
in kcachegrind to poke around with to see what is going on.

Presumably some silly has crept in here that we should be able to see in a
profile quite nicely; any chance of doing that ?

-- 
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