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

Issue 10536147: Adjust GC tracing: add a flag to ignore scavenger traces and print total GC time in verbose mode. (Closed)

Created:
8 years, 6 months ago by ulan
Modified:
8 years, 4 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Adjust GC tracing: add a flag to ignore scavenger traces and print total GC time in verbose mode. R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=12267

Patch Set 1 : #

Patch Set 2 : Rename the flag to trace_gc_ignore_scavenger #

Patch Set 3 : Fix PrintF to PrintPID #

Total comments: 4

Patch Set 4 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -3 lines) Patch
M src/flag-definitions.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/heap.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/heap.cc View 1 2 3 6 chunks +9 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
ulan
Please take a look.
8 years, 6 months ago (2012-06-13 15:38:30 UTC) #1
Michael Starzinger
LGTM (with one comment). https://chromiumcodereview.appspot.com/10536147/diff/4002/src/heap.cc File src/heap.cc (left): https://chromiumcodereview.appspot.com/10536147/diff/4002/src/heap.cc#oldcode6879 src/heap.cc:6879: Can we have that empty ...
8 years, 4 months ago (2012-08-06 14:21:36 UTC) #2
ulan
8 years, 4 months ago (2012-08-06 14:28:15 UTC) #3
Thanks, addressed comments.

https://chromiumcodereview.appspot.com/10536147/diff/4002/src/heap.cc
File src/heap.cc (left):

https://chromiumcodereview.appspot.com/10536147/diff/4002/src/heap.cc#oldcode...
src/heap.cc:6879: 
On 2012/08/06 14:21:36, Michael Starzinger wrote:
> Can we have that empty newline back?

Done.

https://chromiumcodereview.appspot.com/10536147/diff/4002/src/heap.cc
File src/heap.cc (right):

https://chromiumcodereview.appspot.com/10536147/diff/4002/src/heap.cc#newcode551
src/heap.cc:551: if (FLAG_trace_incremental_marking &&
!FLAG_trace_gc_ignore_scavenger) {
On 2012/08/06 14:21:36, Michael Starzinger wrote:
> Actually, I would like to see that with --trace-incremental-marking, it is
> independent from --trace-gc.

Done.

Powered by Google App Engine
This is Rietveld 408576698