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

Issue 10702168: Add counters that automatically track object sizes and counts. (Closed)

Created:
8 years, 5 months ago by danno
Modified:
8 years, 5 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Add counters that automatically track object sizes and counts. Committed: https://code.google.com/p/v8/source/detail?r=12082

Patch Set 1 #

Patch Set 2 : Cleanup #

Patch Set 3 : Fix nits #

Total comments: 14

Patch Set 4 : Review feedback #

Patch Set 5 : Whitespace change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+177 lines, -73 lines) Patch
M src/d8.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/d8.cc View 1 2 3 1 chunk +11 lines, -7 lines 0 comments Download
M src/flag-definitions.h View 1 4 1 chunk +2 lines, -0 lines 0 comments Download
M src/heap.h View 1 2 2 chunks +15 lines, -0 lines 0 comments Download
M src/heap.cc View 1 2 3 4 2 chunks +33 lines, -0 lines 0 comments Download
M src/mark-compact.cc View 1 2 3 4 4 chunks +27 lines, -0 lines 0 comments Download
M src/objects-visiting.h View 1 2 1 chunk +62 lines, -63 lines 0 comments Download
M src/v8-counters.h View 1 2 3 5 chunks +17 lines, -1 line 0 comments Download
M src/v8-counters.cc View 2 chunks +9 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
danno
PTAL
8 years, 5 months ago (2012-07-12 14:45:34 UTC) #1
Michael Starzinger
One real comment in heap.cc, the rest are just nits. https://chromiumcodereview.appspot.com/10702168/diff/4001/src/d8.cc File src/d8.cc (right): https://chromiumcodereview.appspot.com/10702168/diff/4001/src/d8.cc#newcode1307 ...
8 years, 5 months ago (2012-07-12 20:12:25 UTC) #2
danno
Please take another look http://codereview.chromium.org/10702168/diff/4001/src/d8.cc File src/d8.cc (right): http://codereview.chromium.org/10702168/diff/4001/src/d8.cc#newcode1307 src/d8.cc:1307: "Value |\n"); On 2012/07/12 20:12:26, ...
8 years, 5 months ago (2012-07-12 21:18:16 UTC) #3
Michael Starzinger
8 years, 5 months ago (2012-07-13 09:22:46 UTC) #4
LGTM.

Powered by Google App Engine
This is Rietveld 408576698