Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Hi Soeren,

On Sat, 2011-01-29 at 15:50 +0100, Soeren Moeller wrote:
In our effort of replacing deprecated data types from tools/ by std::
types we would like to use gprof for profiling (to choose the right
data types).

        Oh - fun :-) is a complete expunging of the obsolete types not
possible ?

But unfortunately, we don't know to set the -pg flag, and where
the gmon.out file would go. Has anyone of you experiences with
profiling LibO, and would like to tell us, how to do?

        I always use callgrind instead; and I use it like this:

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

        Then I use 'kcachegrind' on the output.

        Now - possibly you want to use callgrind_control -z just before you
start doing something fun in calc - so that you can not get swamped by
the startup cost; and of course - this method is fairly slow, and really
you need to build with debug symbols to get a good view of what is up.

        OTOH - it is a wonderful tool ;-)

        HTH,

                Michael.

-- 
 michael.meeks@novell.com  <><, Pseudo Engineer, itinerant idiot



Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.