[Webkit-unassigned] [Bug 78984] Performance tests should measure memory usage
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jun 24 18:09:39 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=78984
--- Comment #4 from Hajime Morrita <morrita at google.com> 2012-06-24 18:09:37 PST ---
(In reply to comment #3)
> FastMalloc statistics is suitable to measure the usage of the heap. Is it enough for us? Ofcourse, beyond question FastMallocStatistics is available on every platform.
Some system-originated objects won't able to be tracked, off-screen images, for example, isn't under FastMalloc's supervision. System resources like window objects are also out of the sight.
System stats like /proc on the other hand lacks some application specific
details like number of nodes. So we can attack from the both side.
How about to use this bug as a tracking bug and
have sub-bugs for each approach?
--
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