Better align heap snapshots contents with debugger info.
authormikhail.naganov@gmail.com <mikhail.naganov@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 13 Oct 2010 14:57:00 +0000 (14:57 +0000)
committermikhail.naganov@gmail.com <mikhail.naganov@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 13 Oct 2010 14:57:00 +0000 (14:57 +0000)
commit788c5e344dada75adba69d20f59c0f7972e25f33
tree1ba78627e9b23341baf46d99038a603e2257ef00
parent4e259f81aa47d294846175feb4bc6512ecf17bd9
Better align heap snapshots contents with debugger info.

I created a heap snapshot in Chromium, and then started comparing
it side-by-side with representations of objects provided by
the debugger, fixing discrepancies.

Review URL: http://codereview.chromium.org/3590029

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5612 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
include/v8-profiler.h
src/objects.cc
src/profile-generator.cc
src/profile-generator.h
test/cctest/test-heap-profiler.cc