Heap profiling: add logging of heap memory stats (capacity, used) under 'log-gc'...
authormikhail.naganov@gmail.com <mikhail.naganov@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 20 Jul 2009 09:38:44 +0000 (09:38 +0000)
committermikhail.naganov@gmail.com <mikhail.naganov@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 20 Jul 2009 09:38:44 +0000 (09:38 +0000)
commitec526df16ff4c3b878f23820b1d3de115e441359
treee7b4c128575309de91a221d30720de38e2944c02
parentab59ea5a169d51825fc655d6957a5686f785c591
Heap profiling: add logging of heap memory stats (capacity, used) under 'log-gc' flag.

Also changed time reporting to system time to be able to get synchronized with other memory (e.g. DOM) size status.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2509 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/heap.cc
src/log.cc
src/log.h
tools/process-heap-prof.py