[webkit-reviews] review granted: [Bug 67160] Add a way to get JavaScript, memory, WebCore cache, and font statistics in WebProcess : [Attachment 105986] Gather memory cache statistics in WebProcess::getWebCoreStatistics()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 1 10:22:05 PDT 2011
Darin Adler <darin at apple.com> has granted Ada Chan <adachan at apple.com>'s
request for review:
Bug 67160: Add a way to get JavaScript, memory, WebCore cache, and font
statistics in WebProcess
https://bugs.webkit.org/show_bug.cgi?id=67160
Attachment 105986: Gather memory cache statistics in
WebProcess::getWebCoreStatistics()
https://bugs.webkit.org/attachment.cgi?id=105986&action=review
------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=105986&action=review
> Source/WebKit2/WebProcess/WebProcess.cpp:852
> +#if ENABLE(XSLT)
> + counts.set(xslString, memoryCacheStatistics.xslStyleSheets.count);
> +#else
> + counts.set(xslString, 0);
> +#endif
It would cut down on ifdefs if the structure always had this field but all the
numbers were zeroes.
More information about the webkit-reviews
mailing list