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

Issue 10854043: Add histograms for total allocated/live heap size, as well as allocated size and percentage of tota… (Closed)

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

Description

Add histograms for total allocated/live heap size, as well as allocated size and percentage of total for map and cell BUG=none TEST=none R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=12291

Patch Set 1 #

Total comments: 6

Patch Set 2 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -1 line) Patch
M src/heap.cc View 1 1 chunk +16 lines, -0 lines 0 comments Download
M src/v8-counters.h View 1 4 chunks +27 lines, -1 line 0 comments Download
M src/v8-counters.cc View 2 chunks +10 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
jochen (gone - plz use gerrit)
plz review
8 years, 4 months ago (2012-08-08 14:43:53 UTC) #1
Michael Starzinger
The main comment is about the names. The rest are just observations. https://chromiumcodereview.appspot.com/10854043/diff/1/src/heap.cc File src/heap.cc ...
8 years, 4 months ago (2012-08-08 18:44:36 UTC) #2
jochen (gone - plz use gerrit)
https://chromiumcodereview.appspot.com/10854043/diff/1/src/heap.cc File src/heap.cc (right): https://chromiumcodereview.appspot.com/10854043/diff/1/src/heap.cc#newcode464 src/heap.cc:464: isolate_->counters()->total_heap_size()->AddSample(CommittedMemory() / KB); On 2012/08/08 18:44:36, Michael Starzinger wrote: ...
8 years, 4 months ago (2012-08-09 13:31:29 UTC) #3
Michael Starzinger
8 years, 4 months ago (2012-08-10 09:52:59 UTC) #4
LGTM. Will land that for you.

Powered by Google App Engine
This is Rietveld 408576698