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

Issue 27023003: Add histograms to track fraction of heap spaces and percentage of crankshaft code. (Closed)

Created:
7 years, 2 months ago by rmcilroy
Modified:
7 years, 2 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Add histograms to track fraction of heap spaces and percentage of generated crankshaft code. BUG=None R=mstarzinger@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=17198

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : Address comments #

Total comments: 2

Patch Set 4 : Add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -0 lines) Patch
M src/codegen.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/heap.h View 1 2 3 2 chunks +12 lines, -0 lines 0 comments Download
M src/heap.cc View 1 2 4 chunks +28 lines, -0 lines 0 comments Download
M src/v8-counters.h View 1 2 3 chunks +17 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
rmcilroy
PTAL.
7 years, 2 months ago (2013-10-11 16:24:15 UTC) #1
Michael Starzinger
One central comment about the way the accounting is done. https://codereview.chromium.org/27023003/diff/3001/src/heap.h File src/heap.h (right): https://codereview.chromium.org/27023003/diff/3001/src/heap.h#newcode2374 ...
7 years, 2 months ago (2013-10-14 09:18:37 UTC) #2
rmcilroy
https://codereview.chromium.org/27023003/diff/3001/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/27023003/diff/3001/src/mark-compact.cc#newcode1010 src/mark-compact.cc:1010: isolate_->heap()->DecrementCodeGeneratedBytes( On 2013/10/14 09:18:37, Michael Starzinger wrote: > IIUC, ...
7 years, 2 months ago (2013-10-14 11:24:14 UTC) #3
Michael Starzinger
LGTM with one suggestion. Will land this for you once it has been addressed. https://codereview.chromium.org/27023003/diff/9001/src/heap.h ...
7 years, 2 months ago (2013-10-14 13:12:56 UTC) #4
rmcilroy
Thanks Michael! https://codereview.chromium.org/27023003/diff/3001/src/heap.h File src/heap.h (right): https://codereview.chromium.org/27023003/diff/3001/src/heap.h#newcode2374 src/heap.h:2374: intptr_t full_codegen_bytes_; On 2013/10/14 09:18:37, Michael Starzinger ...
7 years, 2 months ago (2013-10-14 13:29:52 UTC) #5
Michael Starzinger
7 years, 2 months ago (2013-10-14 14:00:37 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 manually as r17198 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698