[Libreoffice-bugs] [Bug 130795] FILEOPEN: Spreadsheet takes long to open
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Sep 8 09:49:38 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=130795
--- Comment #16 from Timur <gtimur at gmail.com> ---
Linux 7.3+, same system:
Pre fix 1st time:
real 0m36,454s
user 0m58,049s
sys 0m3,584s
Pre fix 2st time:
real 0m33,827s
user 0m52,990s
sys 0m2,951s
Post-fix 41a46a306f40a7296c56bdeea0ba8a6d630aa15c 1st time:
real 0m35,072s
user 0m55,159s
sys 0m3,097s
Post-fix 2st time:
real 0m29,631s
user 0m45,245s
sys 0m2,412s
So fix improved this slightly.
On fileopen we see "Adapt row height" so it indicates where time is spent.
73+ 1st time:
real 0m35,328s
user 0m55,636s
sys 0m3,704s
2nd time:
real 0m35,395s
user 0m56,583s
sys 0m2,735s
Those timings are not exact.
Real time of 30-35 sec could be considered as good as it ever was (but not as
it should be).
User time of 45-55 sec is longer than 20 sec in 6.2. User+Sys should be CPU
time, so indicating worse perf. Here on a multicore system, the user and sys
time exceed the real time.
--
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/20210908/bd2a7d3c/attachment.htm>
More information about the Libreoffice-bugs
mailing list