Print ProfileNode id when dumping CPU profile to console
authoryurys@chromium.org <yurys@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 23 Apr 2013 07:26:30 +0000 (07:26 +0000)
committeryurys@chromium.org <yurys@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 23 Apr 2013 07:26:30 +0000 (07:26 +0000)
commit75605f82b655defe3cf1e4a7b673f4b1c4bab5d4
tree14cd425117abad55b2189951d395bbec517b427b
parent526558409df0017c0be0333f0ab00222587e939c
Print ProfileNode id when dumping CPU profile to console

Node ids are monotonically increasing and looking at them we can
say e.g. when the node was added before another one. We need this
to diagnose sporadic failures of cctest/test-cpu-profiler/CollectCpuProfile

BUG=v8:2628

Review URL: https://codereview.chromium.org/14402014

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14386 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/profile-generator.cc