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

Issue 1045753002: CpuProfiler: public API for deopt info in cpu profiler. (Closed)

Created:
5 years, 8 months ago by loislo
Modified:
5 years, 8 months ago
CC:
Paweł Hajdan Jr., v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

CpuProfiler: public API for deopt info in cpu profiler. BUG=chromium:452067 LOG=n Committed: https://crrev.com/baf927ff5115ec62a6dad684b9232ed9d3960e3a Cr-Commit-Position: refs/heads/master@{#27626} Committed: https://crrev.com/eb95406e2bc46e14efac17a771a21989a59a6ec9 Cr-Commit-Position: refs/heads/master@{#27674}

Patch Set 1 : size_t #

Total comments: 4

Patch Set 2 : comments addressed #

Total comments: 8

Patch Set 3 : comments addressed #

Total comments: 12

Patch Set 4 : comments addressed #

Patch Set 5 : comments addressed #

Patch Set 6 : rebased #

Patch Set 7 : fix for win32 no_snapshot version #

Patch Set 8 : second try #

Patch Set 9 : unnecessary typedef was removed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -28 lines) Patch
M include/v8-profiler.h View 1 2 3 4 5 6 7 8 3 chunks +28 lines, -0 lines 0 comments Download
M src/api.cc View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M src/profile-generator.h View 1 2 3 4 4 chunks +5 lines, -13 lines 0 comments Download
M src/profile-generator.cc View 1 2 3 4 5 6 7 8 3 chunks +8 lines, -9 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 1 2 3 4 3 chunks +10 lines, -6 lines 0 comments Download

Messages

Total messages: 41 (17 generated)
loislo
PTAL
5 years, 8 months ago (2015-03-30 11:09:49 UTC) #6
alph
lgtm https://codereview.chromium.org/1045753002/diff/50001/include/v8-profiler.h File include/v8-profiler.h (right): https://codereview.chromium.org/1045753002/diff/50001/include/v8-profiler.h#newcode102 include/v8-profiler.h:102: /** Retrieves a child node by index. */ ...
5 years, 8 months ago (2015-03-30 12:31:22 UTC) #7
loislo
comments addressed https://codereview.chromium.org/1045753002/diff/50001/include/v8-profiler.h File include/v8-profiler.h (right): https://codereview.chromium.org/1045753002/diff/50001/include/v8-profiler.h#newcode102 include/v8-profiler.h:102: /** Retrieves a child node by index. ...
5 years, 8 months ago (2015-03-30 13:04:22 UTC) #8
alph
still lg https://codereview.chromium.org/1045753002/diff/70001/include/v8-profiler.h File include/v8-profiler.h (right): https://codereview.chromium.org/1045753002/diff/70001/include/v8-profiler.h#newcode35 include/v8-profiler.h:35: * then we will get 3 frames. ...
5 years, 8 months ago (2015-03-30 13:10:33 UTC) #9
yurys
https://codereview.chromium.org/1045753002/diff/70001/include/v8-profiler.h File include/v8-profiler.h (right): https://codereview.chromium.org/1045753002/diff/70001/include/v8-profiler.h#newcode25 include/v8-profiler.h:25: unsigned int position; unsigned https://codereview.chromium.org/1045753002/diff/70001/include/v8-profiler.h#newcode40 include/v8-profiler.h:40: unsigned GetFramesCount() const; ...
5 years, 8 months ago (2015-03-30 13:20:18 UTC) #10
Jakob Kummerow
DBC. Please wait with landing any API changes until after the upcoming branch point. (I ...
5 years, 8 months ago (2015-03-30 13:35:29 UTC) #12
loislo
PTAL
5 years, 8 months ago (2015-03-30 15:45:57 UTC) #14
yurys
https://codereview.chromium.org/1045753002/diff/90001/include/v8-profiler.h File include/v8-profiler.h (right): https://codereview.chromium.org/1045753002/diff/90001/include/v8-profiler.h#newcode25 include/v8-profiler.h:25: unsigned int position; unsigned int -> unsigned https://codereview.chromium.org/1045753002/diff/90001/src/profile-generator.h File ...
5 years, 8 months ago (2015-03-30 20:33:16 UTC) #15
Sven Panne
https://codereview.chromium.org/1045753002/diff/90001/include/v8-profiler.h File include/v8-profiler.h (right): https://codereview.chromium.org/1045753002/diff/90001/include/v8-profiler.h#newcode25 include/v8-profiler.h:25: unsigned int position; On 2015/03/30 20:33:15, yurys wrote: > ...
5 years, 8 months ago (2015-03-31 06:27:10 UTC) #16
yurys
https://codereview.chromium.org/1045753002/diff/90001/include/v8-profiler.h File include/v8-profiler.h (right): https://codereview.chromium.org/1045753002/diff/90001/include/v8-profiler.h#newcode25 include/v8-profiler.h:25: unsigned int position; On 2015/03/31 06:27:09, Sven Panne wrote: ...
5 years, 8 months ago (2015-03-31 06:53:49 UTC) #17
loislo
On 2015/03/31 at 06:53:49, yurys wrote: > https://codereview.chromium.org/1045753002/diff/90001/include/v8-profiler.h > File include/v8-profiler.h (right): > > https://codereview.chromium.org/1045753002/diff/90001/include/v8-profiler.h#newcode25 ...
5 years, 8 months ago (2015-03-31 07:59:55 UTC) #18
Sven Panne
LGTM, but please wait until after the branch point, as Jakob pointed out.
5 years, 8 months ago (2015-03-31 08:16:58 UTC) #19
loislo
https://codereview.chromium.org/1045753002/diff/90001/include/v8-profiler.h File include/v8-profiler.h (right): https://codereview.chromium.org/1045753002/diff/90001/include/v8-profiler.h#newcode25 include/v8-profiler.h:25: unsigned int position; On 2015/03/31 at 06:53:49, yurys wrote: ...
5 years, 8 months ago (2015-03-31 08:22:51 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1045753002/130001
5 years, 8 months ago (2015-03-31 08:23:34 UTC) #23
loislo
On 2015/03/31 at 08:23:34, commit-bot wrote: > CQ is trying da patch. Follow status at ...
5 years, 8 months ago (2015-03-31 08:24:05 UTC) #24
commit-bot: I haz the power
This issue passed the CQ dry run.
5 years, 8 months ago (2015-03-31 09:17:11 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1045753002/150001
5 years, 8 months ago (2015-04-07 12:18:44 UTC) #29
commit-bot: I haz the power
Committed patchset #6 (id:150001)
5 years, 8 months ago (2015-04-07 12:40:47 UTC) #30
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/baf927ff5115ec62a6dad684b9232ed9d3960e3a Cr-Commit-Position: refs/heads/master@{#27626}
5 years, 8 months ago (2015-04-07 12:40:56 UTC) #31
Michael Achenbach
A revert of this CL (patchset #6 id:150001) has been created in https://codereview.chromium.org/1062053004/ by machenbach@chromium.org. ...
5 years, 8 months ago (2015-04-07 13:30:33 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1045753002/190001
5 years, 8 months ago (2015-04-08 15:39:15 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1045753002/210001
5 years, 8 months ago (2015-04-08 16:12:05 UTC) #39
commit-bot: I haz the power
Committed patchset #9 (id:210001)
5 years, 8 months ago (2015-04-08 16:13:31 UTC) #40
commit-bot: I haz the power
5 years, 8 months ago (2015-04-08 16:13:45 UTC) #41
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/eb95406e2bc46e14efac17a771a21989a59a6ec9
Cr-Commit-Position: refs/heads/master@{#27674}

Powered by Google App Engine
This is Rietveld 408576698