[Webkit-unassigned] [Bug 27538] Qt memory consumption on site with many images
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 22 05:02:42 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27538
--- Comment #4 from Holger Freyther <zecke at selfish.org> 2009-07-22 05:02:42 PDT ---
Created an attachment (id=33255)
--> (https://bugs.webkit.org/attachment.cgi?id=33255)
Use clock_gettime on Linux to get a monotonic increasing clock
For the cache we expect to have a monotonic increasing. Use
clock_gettime(CLOCK_MONOTONIC, &tp) over gettimeofday on Linux. In
contrast to gettimeofday clock_gettime(CLOCK_MONOTONIC) can only
go forward.
---
1 files changed, 12 insertions(+), 0 deletions(-)
--
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