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

Issue 10829113: Fix CacheStats histogram name. (Closed)

Created:
8 years, 4 months ago by tburkard
Modified:
8 years, 4 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M chrome/browser/net/cache_stats.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
tburkard
8 years, 4 months ago (2012-08-01 00:40:51 UTC) #1
jar (doing other things)
8 years, 4 months ago (2012-08-01 01:00:51 UTC) #2
You're using a lot of histograms here.  Please be conscious of the user
footprint you're taking up.  It costs about 12bytes per bucket per histogram,
plus about 4 times the size of the histogram names.  I'd bet your around 30K for
the histograms I can see.

Consider pulling out these histograms when you realize your granularity (100
buckets) is too high to add value.

LGTM

Powered by Google App Engine
This is Rietveld 408576698