[Libreoffice-bugs] [Bug 120837] File saving at least 5 times slower

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Dec 6 19:13:35 UTC 2018


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

--- Comment #6 from Terrence Enger <lo_bugs at iseries-guru.com> ---
Created attachment 147333
  --> https://bugs.documentfoundation.org/attachment.cgi?id=147333&action=edit
files from callgrind

Included files are:

    callgrind.out.{20223,20224}
        from commands:
            source instdir/program/ooenv
            valgrind --tool=callgrind \
                instdir/program/soffice.bin \
                ~/lo_hacking/notes/bug_12xxxx/bug_120837/Untitled\ 6.odt

    callgrind_annotate.{20223,20224}
        from commands:
            callgrind_annotate --inclusive=yes callgrind.out.20223 \
                > callgrind_annotate.20223
            callgrind_annotate --inclusive=yes callgrind.out.20224 \
                > callgrind_annotate.20224

    callgind_annotate_tree.{20223,20224}
        from commands
            callgrind_annotate --inclusive=yes \
                --tree=both callgrind.out.20223 \
                > callgrind_annotate_tree.20223
            callgrind_annotate --inclusive=yes \
                --tree=both callgrind.out.20224 \
                > callgrind_annotate_tree.20224

I collected these results from commit b7f1b4c0 (2018-12-05 22:23:49)
configured:

    CC=ccache /usr/bin/gcc
    CXX=ccache /usr/bin/g++
    CCFLAGS=-Wshadow
    --with-jdk-home=/usr/lib/jvm/default-java
    --enable-split-debug
    --enable-gdb-index
    --enable-ld=gold
    --enable-option-checking=fatal
    #--enable-dbgutil
    #--enable-debug
    --without-system-postgresql
    --without-myspell-dicts
    --with-extra-buildid
    --without-doxygen
    --with-external-tar=/home/terry/lo_hacking/git/src
    --without-package-format

built and running on debian-buster.

Outside of valgrind, this build used 18.276 CPU seconds to load and
save_as the test file.

In accord with comment 4, I am removing keyword bibisectRequest and
adding bibisected and bisedted.

HTH,
Terry.

-- 
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/20181206/4c913e7c/attachment-0001.html>


More information about the Libreoffice-bugs mailing list