New Heap Profiler: add API method for finding a graph node by id.
authormikhail.naganov@gmail.com <mikhail.naganov@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 2 Dec 2010 15:38:51 +0000 (15:38 +0000)
committermikhail.naganov@gmail.com <mikhail.naganov@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 2 Dec 2010 15:38:51 +0000 (15:38 +0000)
commitdd1a7fa2b394c6d5906c4416460436c1f7736cfb
treecccdee13f60d15152f7a5d1d34920154eb0e6a81
parentfdca2c3183c9cb65fa9e17b9c148aa569ad27aa8
New Heap Profiler: add API method for finding a graph node by id.

TEST=cctest/test-heap-profiler/HeapSnapshotGetNodeById

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5914 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
include/v8-profiler.h
src/api.cc
src/profile-generator.cc
src/profile-generator.h
test/cctest/test-heap-profiler.cc