Reviewers: Mikhail Naganov (Chromium), Yury Semikhatsky, alexeif,

Description:
This patch is introducing a way to grab heap stats.
The idea is to monitor the heap regulary and track each object in the heap.
With this data we will be able do draw heap usage diagram.
Where X is time and Y is the number of objects.

BUG=none
TEST=HeapSnapshotObjectsStats


Please review this at https://chromiumcodereview.appspot.com/10049002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M include/v8-profiler.h
  M include/v8.h
  M src/api.cc
  M src/heap-profiler.h
  M src/heap-profiler.cc
  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

Reply via email to