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

Issue 115592: - Record cache hit rates at different levels in the compilation cache... (Closed)

Created:
11 years, 7 months ago by iposva
Modified:
9 years, 4 months ago
Reviewers:
DaveMoore, Kasper Lund
CC:
v8-dev
Visibility:
Public.

Description

- Record cache hit rates at different levels in the compilation cache for scripts. Committed: http://code.google.com/p/v8/source/detail?r=2052

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -2 lines) Patch
M src/compilation-cache.cc View 1 2 chunks +12 lines, -1 line 0 comments Download
M src/counters.h View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
iposva
11 years, 7 months ago (2009-05-20 21:46:48 UTC) #1
Kasper Lund
LGTM. http://codereview.chromium.org/115592/diff/1/3 File src/compilation-cache.cc (right): http://codereview.chromium.org/115592/diff/1/3#newcode167 Line 167: static void* script_histogram_ = StatsTable::CreateHistogram( What's up ...
11 years, 7 months ago (2009-05-22 06:25:22 UTC) #2
iposva
11 years, 7 months ago (2009-05-22 06:40:12 UTC) #3
http://codereview.chromium.org/115592/diff/1/3
File src/compilation-cache.cc (right):

http://codereview.chromium.org/115592/diff/1/3#newcode167
Line 167: static void* script_histogram_ = StatsTable::CreateHistogram(
On 2009/05/22 06:25:22, Kasper Lund wrote:
> What's up with the trailing _?

Used to be a static member of the class. Fixed.

Powered by Google App Engine
This is Rietveld 408576698