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

Issue 420213002: Track size of incremental marking steps in GCTracer. (Closed)

Created:
6 years, 4 months ago by ernstm
Modified:
6 years, 4 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Track size of incremental marking steps in GCTracer. - Track size of bytes marked incrementally - Add method to compute marking speed in bytes/millisecond - Distinguish between cumulative and differential marking stats. - Fix methods that compute incremental marking stats. R=hpayer@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=22649

Patch Set 1 #

Total comments: 12

Patch Set 2 : Fixes and clean-ups. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -47 lines) Patch
M src/gc-tracer.h View 1 4 chunks +29 lines, -3 lines 0 comments Download
M src/gc-tracer.cc View 1 8 chunks +105 lines, -41 lines 0 comments Download
M src/incremental-marking.cc View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ernstm
PTAL
6 years, 4 months ago (2014-07-28 12:43:58 UTC) #1
Hannes Payer (out of office)
lgtm, just nits https://codereview.chromium.org/420213002/diff/1/src/gc-tracer.cc File src/gc-tracer.cc (right): https://codereview.chromium.org/420213002/diff/1/src/gc-tracer.cc#newcode277 src/gc-tracer.cc:277: PrintF("stepscount=%d ", current_.incremental_marking_steps); Since you are ...
6 years, 4 months ago (2014-07-28 13:04:13 UTC) #2
ernstm
https://codereview.chromium.org/420213002/diff/1/src/gc-tracer.cc File src/gc-tracer.cc (right): https://codereview.chromium.org/420213002/diff/1/src/gc-tracer.cc#newcode277 src/gc-tracer.cc:277: PrintF("stepscount=%d ", current_.incremental_marking_steps); On 2014/07/28 13:04:12, Hannes Payer wrote: ...
6 years, 4 months ago (2014-07-28 14:43:26 UTC) #3
ernstm
6 years, 4 months ago (2014-07-28 14:49:01 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r22649 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698