Reviewers: Mikhail Naganov (Chromium), Yury Semikhatsky, alexeif,
Description: Add size metric into Heap Stats. The stats data have only count field at the moment. A constantly growing array of integers also can be a reason of a leak. Ans we have to have a way to detect such kind of leaks. Drive by fix: FindObject and AddEntry were replaced with FindEntry/FindOrAddEntry pair. BUG=none TEST=HeapSnapshotObjectsStats Please review this at https://chromiumcodereview.appspot.com/10086004/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/profile-generator.h M src/profile-generator.cc M test/cctest/test-heap-profiler.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
