Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Issue 19591006: Deprecate v8::V8::Pause/ResumeProfiler (Closed)

Created:
7 years, 5 months ago by yurys
Modified:
7 years, 5 months ago
Reviewers:
Yang, danno, loislo
CC:
v8-dev, alph
Visibility:
Public.

Description

Deprecate v8::V8::Pause/ResumeProfiler The methods were added to the public API in r1185 when Chrome DevTools were using the same output as produced for tick processor when --prof option is specified. I don't see any existing clients of these methods and since they add a noticeable complexity to the profiler code I'd like to remove them. BUG=None R=yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15828

Patch Set 1 #

Patch Set 2 : Updare #

Patch Set 3 : Update #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -51 lines) Patch
M include/v8.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/d8.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/d8.cc View 2 chunks +0 lines, -14 lines 0 comments Download
M src/debug-debugger.js View 2 chunks +0 lines, -14 lines 0 comments Download
M src/runtime.h View 1 chunk +1 line, -4 lines 0 comments Download
M src/runtime.cc View 1 chunk +0 lines, -14 lines 0 comments Download
M test/cctest/test-log.cc View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
yurys
7 years, 5 months ago (2013-07-23 12:13:41 UTC) #1
Yang
7 years, 5 months ago (2013-07-23 12:22:14 UTC) #2
On 2013/07/23 12:13:41, Yury Semikhatsky wrote:

lgtm.

Powered by Google App Engine
This is Rietveld 408576698