Chromium Code Reviews

Issue 410413005: Add event statistics to GCTracer. (Closed)

Created:
6 years, 5 months ago by ernstm
Modified:
6 years, 5 months ago
Reviewers:
Hannes Payer (out of office)
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Add event statistics to GCTracer. - Add method to GCTracer to compute mean and max of the last few Scavenger, Mark Compactor and Incremental Marking events. R=hpayer@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=22605

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix comments. #

Unified diffs Side-by-side diffs Stats (+81 lines, -0 lines)
M src/gc-tracer.h View 2 chunks +36 lines, -0 lines 0 comments
M src/gc-tracer.cc View 1 chunk +45 lines, -0 lines 0 comments

Messages

Total messages: 4 (0 generated)
ernstm
PTAL
6 years, 5 months ago (2014-07-24 14:14:50 UTC) #1
Hannes Payer (out of office)
LGTM, just nits. https://codereview.chromium.org/410413005/diff/1/src/gc-tracer.h File src/gc-tracer.h (right): https://codereview.chromium.org/410413005/diff/1/src/gc-tracer.h#newcode205 src/gc-tracer.h:205: // Compute the mean duration of ...
6 years, 5 months ago (2014-07-24 15:16:40 UTC) #2
ernstm
https://codereview.chromium.org/410413005/diff/1/src/gc-tracer.h File src/gc-tracer.h (right): https://codereview.chromium.org/410413005/diff/1/src/gc-tracer.h#newcode205 src/gc-tracer.h:205: // Compute the mean duration of the last scavenger ...
6 years, 5 months ago (2014-07-24 15:22:39 UTC) #3
ernstm
6 years, 5 months ago (2014-07-24 15:23:13 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r22605 (presubmit successful).

Powered by Google App Engine