[Webkit-unassigned] [Bug 91274] Add FastMalloc statistics in window.internals

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 18 14:15:44 PDT 2012


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





--- Comment #7 from Ryosuke Niwa <rniwa at webkit.org>  2012-07-18 14:15:43 PST ---
(From update of attachment 153017)
View in context: https://bugs.webkit.org/attachment.cgi?id=153017&action=review

> Source/WebCore/testing/Internals.idl:181
> +        unsigned long reservedVMBytes();
> +        unsigned long committedVMBytes();
> +        unsigned long freeListBytes();

Would have been better if you've added a property like fastMallocStatistics and added these methods there.
Also, we should make these readonly properties instead of methods.

-- 
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