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

Issue 1384003004: Add max post-gc heap usage metrics (Closed)

Created:
5 years, 2 months ago by Cutch
Modified:
5 years, 2 months ago
Reviewers:
koda, rmacnak
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add max post-gc heap usage metrics - Add per heap max usage metrics. - Add combined heap (max) usage metrics. Fixes #24483 R=koda@google.com Committed: https://github.com/dart-lang/sdk/commit/3abd6ad7583fa0e87158fddbdc7668c851874e5f

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -22 lines) Patch
M runtime/vm/heap.h View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M runtime/vm/heap.cc View 1 2 3 3 chunks +17 lines, -5 lines 0 comments Download
M runtime/vm/metrics.h View 1 2 chunks +10 lines, -1 line 0 comments Download
M runtime/vm/metrics.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/pages.h View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M runtime/vm/pages.cc View 1 2 3 4 chunks +22 lines, -3 lines 0 comments Download
M runtime/vm/scavenger.h View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M runtime/vm/scavenger.cc View 1 2 4 chunks +26 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
Cutch
5 years, 2 months ago (2015-10-06 16:46:45 UTC) #2
koda
https://codereview.chromium.org/1384003004/diff/20001/runtime/vm/metrics.cc File runtime/vm/metrics.cc (right): https://codereview.chromium.org/1384003004/diff/20001/runtime/vm/metrics.cc#newcode282 runtime/vm/metrics.cc:282: isolate()->heap()->UsedInWords(Heap::kOld) * kWordSize; May overflow. https://codereview.chromium.org/1384003004/diff/20001/runtime/vm/pages.h File runtime/vm/pages.h (right): ...
5 years, 2 months ago (2015-10-06 18:09:02 UTC) #3
koda
https://codereview.chromium.org/1384003004/diff/20001/runtime/vm/metrics.cc File runtime/vm/metrics.cc (right): https://codereview.chromium.org/1384003004/diff/20001/runtime/vm/metrics.cc#newcode282 runtime/vm/metrics.cc:282: isolate()->heap()->UsedInWords(Heap::kOld) * kWordSize; On 2015/10/06 18:09:02, koda wrote: > ...
5 years, 2 months ago (2015-10-06 18:24:03 UTC) #4
Cutch
PTAL https://codereview.chromium.org/1384003004/diff/20001/runtime/vm/metrics.cc File runtime/vm/metrics.cc (right): https://codereview.chromium.org/1384003004/diff/20001/runtime/vm/metrics.cc#newcode282 runtime/vm/metrics.cc:282: isolate()->heap()->UsedInWords(Heap::kOld) * kWordSize; On 2015/10/06 18:24:03, koda wrote: ...
5 years, 2 months ago (2015-10-06 20:23:18 UTC) #5
koda
lgtm
5 years, 2 months ago (2015-10-06 21:12:30 UTC) #6
Cutch
5 years, 2 months ago (2015-10-07 13:55:04 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
3abd6ad7583fa0e87158fddbdc7668c851874e5f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698