[Webkit-unassigned] [Bug 78984] Performance tests should measure memory usage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 26 00:28:21 PDT 2012


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





--- Comment #6 from Zoltan Horvath <zoltan at webkit.org>  2012-06-26 00:28:20 PST ---
(In reply to comment #4)

> System stats like /proc on the other hand lacks some application specific 
> details like number of nodes. 

What do you mean on number of nodes?

struct FastMallocStatistics {
    size_t reservedVMBytes;
    size_t committedVMBytes;
    size_t freeListBytes;
};

FastMallocStatistics can provide only these numbers. Ideally, using smaps would be one good option (because in that case we can split the RSS into library usage), but in that case we would need /proc available on mac (it's possible) and on win (not possible) also.

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