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

Issue 29203003: Add counters to track the maximum amount of memory committed by the heap. (Closed)

Created:
7 years, 2 months ago by rmcilroy
Modified:
7 years, 1 month ago
CC:
v8-dev, danno
Visibility:
Public.

Description

Add counters to track the maximum amount of memory committed by the heap. BUG=None R=bmeurer@chromium.org, ulan@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=17478

Patch Set 1 #

Total comments: 12

Patch Set 2 : Address comments #

Patch Set 3 : Move Heap::UpdateMaximumCommitted to GC points #

Patch Set 4 : Synced and rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -5 lines) Patch
M src/flag-definitions.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M src/heap.h View 1 2 3 2 chunks +8 lines, -0 lines 0 comments Download
M src/heap.cc View 1 2 3 7 chunks +45 lines, -0 lines 0 comments Download
M src/spaces.h View 1 2 3 12 chunks +29 lines, -3 lines 0 comments Download
M src/spaces.cc View 1 2 3 8 chunks +22 lines, -2 lines 0 comments Download
M src/v8-counters.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
rmcilroy
I'm hoping after this patch we could enable "--print_max_heap_committed" to the perf bots and avoid ...
7 years, 2 months ago (2013-10-18 16:30:10 UTC) #1
rmcilroy
Didn't realize Ulan was on vacation. Hannes, could you give this a review if you ...
7 years, 2 months ago (2013-10-22 11:39:54 UTC) #2
Benedikt Meurer
LGTM with nit https://codereview.chromium.org/29203003/diff/1/src/spaces.h File src/spaces.h (right): https://codereview.chromium.org/29203003/diff/1/src/spaces.h#newcode2384 src/spaces.h:2384: from_space_.MaximumCommittedMemory()); Nit: indentation
7 years, 2 months ago (2013-10-22 11:44:10 UTC) #3
Hannes Payer (out of office)
https://codereview.chromium.org/29203003/diff/1/src/flag-definitions.h File src/flag-definitions.h (right): https://codereview.chromium.org/29203003/diff/1/src/flag-definitions.h#newcode510 src/flag-definitions.h:510: "print statistics of the maxiumum memory committed by the ...
7 years, 2 months ago (2013-10-22 14:46:07 UTC) #4
rmcilroy
https://codereview.chromium.org/29203003/diff/1/src/flag-definitions.h File src/flag-definitions.h (right): https://codereview.chromium.org/29203003/diff/1/src/flag-definitions.h#newcode510 src/flag-definitions.h:510: "print statistics of the maxiumum memory committed by the ...
7 years, 2 months ago (2013-10-23 14:40:22 UTC) #5
Hannes Payer (out of office)
https://codereview.chromium.org/29203003/diff/1/src/spaces.cc File src/spaces.cc (right): https://codereview.chromium.org/29203003/diff/1/src/spaces.cc#newcode1127 src/spaces.cc:1127: heap()->UpdateMaximumCommitted(); On 2013/10/23 14:40:23, rmcilroy wrote: > On 2013/10/22 ...
7 years, 2 months ago (2013-10-24 08:12:35 UTC) #6
rmcilroy
https://codereview.chromium.org/29203003/diff/1/src/spaces.cc File src/spaces.cc (right): https://codereview.chromium.org/29203003/diff/1/src/spaces.cc#newcode1127 src/spaces.cc:1127: heap()->UpdateMaximumCommitted(); On 2013/10/24 08:12:35, Hannes Payer wrote: > On ...
7 years, 2 months ago (2013-10-24 16:34:30 UTC) #7
rmcilroy
On 2013/10/24 16:34:30, rmcilroy wrote: > https://codereview.chromium.org/29203003/diff/1/src/spaces.cc > File src/spaces.cc (right): > > https://codereview.chromium.org/29203003/diff/1/src/spaces.cc#newcode1127 > ...
7 years, 1 month ago (2013-11-04 11:07:25 UTC) #8
ulan
LGTM
7 years, 1 month ago (2013-11-05 09:47:19 UTC) #9
rmcilroy
On 2013/11/05 09:47:19, ulan wrote: > LGTM Thanks Ulan. Could you land for me please.
7 years, 1 month ago (2013-11-05 10:34:55 UTC) #10
ulan
Yep, I'll land when the tree opens.
7 years, 1 month ago (2013-11-05 10:36:33 UTC) #11
ulan
7 years, 1 month ago (2013-11-05 11:59:50 UTC) #12
Message was sent while issue was closed.
Committed patchset #4 manually as r17478 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698