DescriptionNew heap profiler: implement fast retaining sizes approximation.
Approximation is done by building a dominators tree for the heap graph.
Dominator nodes and retained sizes are serialized into JSON.
Removed:
- reachable size (it is useless, after all);
- HeapEntryCalculatedData (size is now stored in the node, retaining
paths in a hash map);
Committed: http://code.google.com/p/v8/source/detail?r=5867
Patch Set 1 #
Total comments: 3
Messages
Total messages: 4 (0 generated)
|