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

Issue 10695056: Factor out a Histogram class from HistogramTimer, and use it to measure external fragmentation (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

Factor out a Histogram class from HistogramTimer, and use it to measure external fragmentation BUG=none TEST=none Committed: https://code.google.com/p/v8/source/detail?r=12081

Patch Set 1 #

Total comments: 16

Patch Set 2 : percentages #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -79 lines) Patch
M src/counters.h View 1 4 chunks +36 lines, -17 lines 0 comments Download
M src/counters.cc View 1 3 chunks +15 lines, -11 lines 0 comments Download
M src/heap.cc View 1 1 chunk +20 lines, -48 lines 0 comments Download
M src/v8-counters.h View 1 5 chunks +31 lines, -1 line 0 comments Download
M src/v8-counters.cc View 1 2 chunks +8 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
jochen (gone - plz use gerrit)
plz review In contrast to counters, histograms are automatically uploaded to UMA
8 years, 5 months ago (2012-07-02 11:33:37 UTC) #1
Michael Starzinger
Just a few nits. Some of them not even on code that you touched, sorry ...
8 years, 5 months ago (2012-07-02 21:09:56 UTC) #2
jochen (gone - plz use gerrit)
I changed the CL to not turn the counters into histogram, but add histograms for ...
8 years, 5 months ago (2012-07-13 09:48:07 UTC) #3
Michael Starzinger
8 years, 5 months ago (2012-07-13 11:36:38 UTC) #4
LGTM.

As discussed offline, the histogram for the "empty script" (i.e. starting V8,
doing one GC and tearing it down again) shows high fragmentation, because each
space basically just contains the first page. But the instances running no JS at
all should be aggregated away.

Powered by Google App Engine
This is Rietveld 408576698