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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 27 04:31:15 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 154902: proposed patch
https://bugs.webkit.org/attachment.cgi?id=154902&action=review

------- Additional Comments from Zoltan Horvath <zoltan at webkit.org>
(In reply to comment #5)
> If you have some unreferenced objects and wait for the scavenger thread to
wake up, you will see that it releases memory.
> reservedVMBytes is more like a high watermark of the mapped memory,
committedVMBytes is the amount currently allocated by FastMalloc.

Okay, I modified, I hope this improve the quality of the measurement.


More information about the webkit-reviews mailing list