[webkit-reviews] review requested: [Bug 90858] JSHEAP and FastMallocStatistics based memory measurement for performance-tests : [Attachment 154885] proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 27 02:42:31 PDT 2012


Zoltan Horvath <zoltan at webkit.org> has asked  for review:
Bug 90858: JSHEAP and FastMallocStatistics based memory measurement for
performance-tests
https://bugs.webkit.org/show_bug.cgi?id=90858

Attachment 154885: proposed patch
https://bugs.webkit.org/attachment.cgi?id=154885&action=review

------- Additional Comments from Zoltan Horvath <zoltan at webkit.org>
First approach, it uses

usedJSHeapSize + FastMallocStatistics.reservedVMBytes -
FastMallocStatistics.freeListBytes

formula to calculate the memory consumption.

I'm waiting for your comments.


More information about the webkit-reviews mailing list