Reviewers: Yang, Benedikt Meurer, loislo,

Description:
Remove deprecated profiler API

This change removes --prof-lazy command line flag that was introduced for the old CPU profiler implementation in Chrome DevTools. DevTools now use profiler
API defined in v8-profiler.h

This change also removes methods for pausing resuming --prof profiler. These
methods were deprecated in v.3.20
(https://code.google.com/p/v8/source/browse/branches/3.20/include/v8.h#4629)

After this change the profiler will always start if --prof option is passed and
can be stopped either in the tests or if write to log file fails.

BUG=None

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

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

Affected files:
  M include/v8.h
  M src/api.cc
  M src/cpu-profiler.h
  M src/cpu-profiler.cc
  M src/flag-definitions.h
  M src/log-utils.cc
  M src/log.h
  M src/log.cc
  M test/cctest/test-log.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