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

Issue 1661883003: [counters] adding more counters and log-events (Closed)

Created:
4 years, 10 months ago by Camillo Bruni
Modified:
4 years, 10 months ago
Reviewers:
Michael Starzinger
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[counters] adding more counters and trace-events V8 tracks already most useful information, but lacks proper tracing scopes that make it possible to distinguish certain events from each other. - add trace-scope to track lazy-parsing due to optimization - add trace-scope to track code optimization BUG= Committed: https://crrev.com/8eb09facb527dd74b6441ce5b1c3c17ebd75b232 Cr-Commit-Position: refs/heads/master@{#34002}

Patch Set 1 #

Total comments: 7

Patch Set 2 : trying to cover some more compilation paths #

Total comments: 2

Patch Set 3 : addressing nit #

Patch Set 4 : fixing merge conflict #

Patch Set 5 : fixing compilation issues #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -5 lines) Patch
M src/compiler.cc View 1 2 3 4 5 chunks +5 lines, -0 lines 0 comments Download
M src/counters.h View 1 2 3 4 2 chunks +5 lines, -4 lines 0 comments Download
M src/deoptimizer.cc View 1 2 3 4 3 chunks +3 lines, -0 lines 0 comments Download
M src/log.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M src/runtime/runtime-compiler.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 27 (14 generated)
Camillo Bruni
PTAL, adding some more timer event scopes to properly distinguish certain events. thanks
4 years, 10 months ago (2016-02-03 10:40:37 UTC) #3
Michael Starzinger
https://codereview.chromium.org/1661883003/diff/1/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/1661883003/diff/1/src/compiler.cc#newcode902 src/compiler.cc:902: TimerEventScope<TimerEventOptimizeCode> optimizeCodeTimer(isolate); nit: s/optimizeCodeTimer/optimize_code_timer/ https://codereview.chromium.org/1661883003/diff/1/src/compiler.cc#newcode932 src/compiler.cc:932: TimerEventScope<TimerEventOptimizeCode> optimizeCodeTimer(isolate); nit: ...
4 years, 10 months ago (2016-02-03 15:36:27 UTC) #4
Camillo Bruni
PTAL again, I hope I covered most paths on where we compile code. https://codereview.chromium.org/1661883003/diff/1/src/compiler.cc File ...
4 years, 10 months ago (2016-02-04 17:48:33 UTC) #6
Michael Starzinger
LGTM (with disclaimer, see below). As discussed offline: I am not confident that we covered ...
4 years, 10 months ago (2016-02-09 09:42:43 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1661883003/30001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1661883003/30001
4 years, 10 months ago (2016-02-12 13:44:30 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: v8_win64_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win64_rel_ng/builds/2841)
4 years, 10 months ago (2016-02-12 13:50:41 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1661883003/50001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1661883003/50001
4 years, 10 months ago (2016-02-12 14:44:19 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: v8_win_compile_dbg on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_compile_dbg/builds/13130)
4 years, 10 months ago (2016-02-12 14:54:10 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1661883003/70001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1661883003/70001
4 years, 10 months ago (2016-02-15 10:31:07 UTC) #19
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-15 10:56:41 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1661883003/70001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1661883003/70001
4 years, 10 months ago (2016-02-15 17:27:27 UTC) #24
commit-bot: I haz the power
Committed patchset #5 (id:70001)
4 years, 10 months ago (2016-02-15 17:29:26 UTC) #25
commit-bot: I haz the power
4 years, 10 months ago (2016-02-15 17:29:37 UTC) #27
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/8eb09facb527dd74b6441ce5b1c3c17ebd75b232
Cr-Commit-Position: refs/heads/master@{#34002}

Powered by Google App Engine
This is Rietveld 408576698