[webkit-reviews] review granted: [Bug 67160] Add a way to get JavaScript, memory, WebCore cache, and font statistics in WebProcess : [Attachment 105580] First patch which just lays the groundwork to fetch performance statistics from WebProcess.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 30 10:15:24 PDT 2011


Sam Weinig <sam at webkit.org> 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 105580: First patch which just lays the groundwork to fetch
performance statistics from WebProcess.
https://bugs.webkit.org/attachment.cgi?id=105580&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=105580&action=review


> Source/WebKit2/UIProcess/API/C/WKContext.cpp:235
> +void WKContextGetStatistics(WKContextRef contextRef,
WKContextGetStatisticsFunction callback, void* context)

In the other places where we have callback functions, we tend to have the
context first, then the callback.  See WKPageGetContentsAsString


More information about the webkit-reviews mailing list