DescriptionOilpan: Implement mark/sweep stats collection for free list profiler.
This patch is a follow-up of https://codereview.chromium.org/883233003.
It implements a data collector of marking and sweeping stats, completing all
the features that keishi's original WIP patch has implemented.
The code structure has radically changed from keishi's original patch in order
to organize the profiling code consistently. Especially, keishi's original
patch hooked the marking process to count marked objects, but in my patch
these objects are counted after all objects are marked (in postGC()), at which
point sweeping stats are collected, too. To align with these, existing code
for heap snapshotting is also moved to postGC().
BUG=454273
R=haraken@chromium.org, keishi@chromium.org, oilpan-reviews@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189638
Patch Set 1 #
Total comments: 6
Messages
Total messages: 8 (1 generated)
|