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

Issue 2753543006: [profiler] Web UI: add summary of opts/deopts. (Closed)

Created:
3 years, 9 months ago by Jarin
Modified:
3 years, 8 months ago
Reviewers:
Yang, Leszek Swirski
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[profiler] Web UI: add summary of opts/deopts. This adds optimization and deoptimization counts to the Web UI. Also, the function timeline now shows optimization and deoptimization marks. Review-Url: https://codereview.chromium.org/2753543006 Cr-Commit-Position: refs/heads/master@{#44033} Committed: https://chromium.googlesource.com/v8/v8/+/12d815b36e5d0b79688ba399d25ed1d44e69dd15

Patch Set 1 #

Patch Set 2 : More logging #

Patch Set 3 : Rebase #

Patch Set 4 : WIP #

Patch Set 5 : Fix test #

Patch Set 6 : Another test fix #

Patch Set 7 : Formatting #

Patch Set 8 : Tweaks #

Total comments: 5

Patch Set 9 : Tweak #

Patch Set 10 : Tweaks #

Patch Set 11 : Address reviewer comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+606 lines, -133 lines) Patch
M src/code-events.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -3 lines 0 comments Download
M src/deoptimizer.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +21 lines, -1 line 0 comments Download
M src/log.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -2 lines 0 comments Download
M src/log.cc View 1 2 3 4 5 6 7 8 9 10 8 chunks +54 lines, -13 lines 0 comments Download
M src/profiler/profiler-listener.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M src/profiler/profiler-listener.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-log.cc View 1 2 3 4 5 4 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/tools/profile.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/tools/tickprocessor-test.log View 1 chunk +6 lines, -6 lines 0 comments Download
M test/mjsunit/tools/tickprocessor-test-func-info.log View 1 chunk +3 lines, -3 lines 0 comments Download
M tools/profile.js View 1 2 3 4 5 6 7 8 9 10 6 chunks +38 lines, -6 lines 0 comments Download
M tools/profview/index.html View 1 2 3 2 chunks +9 lines, -3 lines 0 comments Download
M tools/profview/profile-utils.js View 1 2 3 4 5 6 1 chunk +90 lines, -0 lines 0 comments Download
M tools/profview/profview.js View 1 2 3 4 5 6 7 8 19 chunks +347 lines, -82 lines 0 comments Download
M tools/tickprocessor.js View 1 2 chunks +18 lines, -5 lines 0 comments Download

Messages

Total messages: 22 (17 generated)
Jarin
Could you take a look, please?
3 years, 9 months ago (2017-03-20 20:34:02 UTC) #9
Yang
On 2017/03/20 20:34:02, Jarin wrote: > Could you take a look, please? V8 part lgtm. ...
3 years, 9 months ago (2017-03-21 14:22:29 UTC) #12
Leszek Swirski
lgtm with nits. https://codereview.chromium.org/2753543006/diff/140001/src/code-events.h File src/code-events.h (right): https://codereview.chromium.org/2753543006/diff/140001/src/code-events.h#newcode109 src/code-events.h:109: virtual void CodeDeoptEvent(DeoptKind kind, Code* code, ...
3 years, 9 months ago (2017-03-21 14:28:39 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2753543006/200001
3 years, 9 months ago (2017-03-22 15:47:38 UTC) #19
commit-bot: I haz the power
3 years, 9 months ago (2017-03-22 16:02:32 UTC) #22
Message was sent while issue was closed.
Committed patchset #11 (id:200001) as
https://chromium.googlesource.com/v8/v8/+/12d815b36e5d0b79688ba399d25ed1d44e6...

Powered by Google App Engine
This is Rietveld 408576698