DescriptionAdd GCTracer metrics for a scavenger GC for DOM wrappers
This patch adds the following three metrics for the --trace_gc_nvp option.
nodes_died_in_new_space_; // Number of died nodes in the new space.
nodes_copied_in_new_space_; // Number of copied nodes to the new space.
nodes_promoted; // Number of promoted nodes to the old space.
BUG=
TEST=Manually confirmed that the "--trace_gc --trace_gc_nvp" option prints the metrics
Committed: http://code.google.com/p/v8/source/detail?r=13159
Patch Set 1 #
Total comments: 10
Patch Set 2 : Comments addressed #
Messages
Total messages: 6 (0 generated)
|