Reviewers: alph, loislo, Jakob,

Description:
Deprecate several 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

Please review this at https://codereview.chromium.org/117353002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+108, -190 lines):
  M include/v8-profiler.h
  M test/cctest/cctest.gyp
  A + test/cctest/profiler-extension.h
  A + test/cctest/profiler-extension.cc
  M test/cctest/test-api.cc
  M test/cctest/test-cpu-profiler.cc
  M test/cctest/test-profile-generator.cc


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to