Reviewers: Søren Gjesse, Description: New heap profiler: add support for progress reporting and control.
As taking a snapshot of a large heap takes noticeable time, it's good to be able to monitor and control it. The change itself is small, big code deletes and additions are in fact moves. The only significant change is simplification of approximated retained sizes calculation algorithm. Please review this at http://codereview.chromium.org/5687003/ 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-inl.h 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
