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

Issue 10778009: Add histogram for total heap fragmentation, don't report fragmentation for new space, and report fr… (Closed)

Created:
8 years, 5 months ago by jochen (gone - plz use gerrit)
Modified:
8 years, 5 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Add histogram for total heap fragmentation, don't report fragmentation for new space, and report fragmentation, not usage BUG=none TEST=none Committed: https://code.google.com/p/v8/source/detail?r=12099

Patch Set 1 #

Patch Set 2 : updates #

Total comments: 2

Patch Set 3 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -20 lines) Patch
M src/heap.cc View 1 2 1 chunk +30 lines, -18 lines 0 comments Download
M src/v8-counters.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
jochen (gone - plz use gerrit)
plz review
8 years, 5 months ago (2012-07-16 08:46:40 UTC) #1
Michael Starzinger
As discussed offline, the total fragmentation is off because of an integer overflow. https://chromiumcodereview.appspot.com/10778009/diff/3001/src/v8-counters.h File ...
8 years, 5 months ago (2012-07-16 14:41:47 UTC) #2
jochen (gone - plz use gerrit)
https://chromiumcodereview.appspot.com/10778009/diff/3001/src/v8-counters.h File src/v8-counters.h (right): https://chromiumcodereview.appspot.com/10778009/diff/3001/src/v8-counters.h#newcode58 src/v8-counters.h:58: V8.MemoryExternalFragmentationNewSpace) \ On 2012/07/16 14:41:47, Michael Starzinger wrote: > ...
8 years, 5 months ago (2012-07-16 14:59:11 UTC) #3
Michael Starzinger
8 years, 5 months ago (2012-07-16 15:04:05 UTC) #4
LGTM. Landing.

Powered by Google App Engine
This is Rietveld 408576698