https://bugs.documentfoundation.org/show_bug.cgi?id=155326
--- Comment #20 from q_user <[email protected]> --- Created attachment 188081 --> https://bugs.documentfoundation.org/attachment.cgi?id=188081&action=edit recorded perf data with example calc file (In reply to Caolán McNamara from comment #19) > It will need someone who can reproduce it to debug it, the > https://bugs.documentfoundation.org/show_bug.cgi?id=152657#c15 thing is > probably still an option to test. No improvement at all with the line in question commented. > Follow the "Performance debugging (perf)" of > https://wiki.documentfoundation.org/Development/How_to_debug could provide > useful information. OK, so I've built LO like so: ./autogen.sh --enable-pch --enable-symbols Hopefully those options are OK: "--enable-pch" was advised in the BuildingOnLinux doc to speed up the build, and the perf doc mentioned that it required only symbols, not a full debug build, hence only "--enable-symbols", without "--enable-dbgutil"). Then: - started Calc with the test .ods file attached earlier - perf record -g --pid=$(pidof soffice.bin) - pressed the down arrow key for 5 seconds - stopped recording once Calc stabilized/stopped scrolling (25 seconds). total recording time: ~30s. No problem to do more tests / re-build if the recored data isn't conclusive - just let me know what you'd like me to do. -- You are receiving this mail because: You are the assignee for the bug.
