DescriptionProvide more accurate results about used heap size via GetHeapStatistics.
I observed that used heap size provided by Heap::SizeOfObjects() is
usually about ~10% bigger than the number calculated by summing up
heap objects sizes.
This aligns DevTools Timeline stats with Heap profiler stats.
Committed: http://code.google.com/p/v8/source/detail?r=5825
Patch Set 1 #
Total comments: 1
Patch Set 2 : Aligned sizes reported by Heap::SizeOfObjects and HeapIterator with free nodes filtering #
Total comments: 23
Patch Set 3 : Fix Anton's comments #
Total comments: 10
Patch Set 4 : Fix Slava's comments #
Messages
Total messages: 9 (0 generated)
|