[Webkit-unassigned] [Bug 27538] Qt memory consumption on site with many images

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 30 10:21:47 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27538





--- Comment #14 from Kelemen Balázs <Kelemen.Balazs.3 at stud.u-szeged.hu>  2009-07-30 10:21:46 PDT ---
I have compared the staff with an all-in patch (contains all changes from these
patches) against r46520. I used the _localized_ version of the stress test what
I attached (every picture was downloaded, the urls were changed to the local
files). I measured the time what is needed for loading the images by the time
command, and I measured the maximum resident set size with getrusage from
<sys/resource.h> on a linux system with a patched kernel what is able to give
this info like BSD-s (with a little hack on QtLauncher). Results:

base (r46520)
-------------
max-rss: 171728 KB
speed:
  real    1m39.696s
  user    0m3.968s
  sys     0m1.296s

zecke's changes without enabling webcore image-decoders
-------------------------------------------------------
max-rss: 45580 KB
speed:
  real    1m34.465s
  user    0m2.664s
  sys     0m1.120s

zecke's changes with enabling webcore image-decoders
----------------------------------------------------
max-rss: 44924 KB
speed:
  real    1m37.507s
  user    0m2.800s
  sys     0m1.020s

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list