https://bugs.freedesktop.org/show_bug.cgi?id=49350
--- Comment #16 from Michael Meeks <[email protected]> 2012-05-21 02:02:47 PDT --- Hi dindodog, > are the precompiled binaries releases for Linux x86 built with debug symbols? > > I downloaded the pre-release of LibreOffice 3.5.4 (3.5.4rc1) No - the debuginfo is rather large, it would double the size of the download. So you would prolly want to just use the version from your linux distribution and install the 'debuginfo' package - the slowness is an old problem so there is no need for a really new build I think. > what specific callgrind switches are needed to get info you need? Good point :-) I use: export OOO_DISABLE_RECOVERY=1 valgrind --tool=callgrind --simulate-cache=yes --dump-instr=yes ./soffice.bin -writer --splash-pipe=0 You need to be able to write to the application's directory so: sudo chmod a+rw . or something first. It'd be great to have a wiki page on profiling and/or to update any existing ones if there are any. Thanks ! -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
