v8/include
mikhail.naganov@gmail.com 1cfc63cf8a New 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);

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5867 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2010-11-22 14:00:40 +00:00
..
v8-debug.h Make presubmit lint the "include" dir. 2010-11-04 10:27:39 +00:00
v8-profiler.h New heap profiler: implement fast retaining sizes approximation. 2010-11-22 14:00:40 +00:00
v8.h Split globals.h into two parts, where only one depends on V8. 2010-11-15 13:23:30 +00:00
v8stdint.h Extract essential type declarations into separate file. 2010-11-04 08:52:49 +00:00