Delete several deprecated methods on v8::CpuProfiler
authoryurys@chromium.org <yurys@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 18 Dec 2013 08:59:09 +0000 (08:59 +0000)
committeryurys@chromium.org <yurys@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 18 Dec 2013 08:59:09 +0000 (08:59 +0000)
commit19b6b7ada8a3310e3061af113de3e3ac7eed6084
tree32203f6ba61635229d61eb1042a26ba9160177b7
parent815a72987821400c4f9b757f5404614143241e7c
Delete several deprecated methods on v8::CpuProfiler

All methods for accessing collected profiles by index are deprecated. The indexed storage may well be implemented by the embedder should he need it. CpuProfiler's responsibility is just to create CpuProfile object that contains all collected data and whose lifetime can be managed by the embedder.

BUG=chromium:327298
LOG=Y
R=svenpanne@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18337 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
12 files changed:
include/v8-profiler.h
src/api.cc
src/cpu-profiler.cc
src/cpu-profiler.h
src/profile-generator.cc
src/profile-generator.h
test/cctest/cctest.gyp
test/cctest/profiler-extension.cc [new file with mode: 0644]
test/cctest/profiler-extension.h [new file with mode: 0644]
test/cctest/test-api.cc
test/cctest/test-cpu-profiler.cc
test/cctest/test-profile-generator.cc