Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Issue 11359053: [net] Measure DNS.CacheEvicted and DNS.CacheExpired. (Closed)

Created:
8 years, 1 month ago by szym
Modified:
8 years, 1 month ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, mmenke
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

[net] Measure DNS.CacheEvicted and DNS.CacheExpired. On every eviction from HostCache record the time left to expiration (DNS.CacheEvicted) or time since expiration (DNS.CacheExpired). A distinction is made for evictions on Lookup (DNS.CacheExpiredOnGet). Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=166781

Patch Set 1 #

Patch Set 2 : distinguish evictions on Get and Put #

Total comments: 5

Patch Set 3 : address nits #

Patch Set 4 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -5 lines) Patch
M net/base/expiring_cache.h View 1 2 5 chunks +29 lines, -4 lines 0 comments Download
M net/base/host_cache.h View 1 2 1 chunk +10 lines, -1 line 0 comments Download
M net/base/host_cache.cc View 1 2 3 2 chunks +22 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
szym
I'd like to be able to measure cache pressure before I start experimenting with cache ...
8 years, 1 month ago (2012-11-03 21:58:15 UTC) #1
cbentzel
Why does this need to be a template argument, instead of a Callback or function ...
8 years, 1 month ago (2012-11-05 14:47:20 UTC) #2
szym
On 2012/11/05 14:47:20, cbentzel wrote: > Why does this need to be a template argument, ...
8 years, 1 month ago (2012-11-05 15:37:47 UTC) #3
jar (doing other things)
The use of the histograms LGTM. I hadn't read this code before, and was a ...
8 years, 1 month ago (2012-11-05 17:44:56 UTC) #4
szym
On 2012/11/05 17:44:56, jar wrote: > The use of the histograms LGTM. > > I ...
8 years, 1 month ago (2012-11-05 18:28:44 UTC) #5
cbentzel
LGTM, with nits. It seems like the main thing you want to measure is what ...
8 years, 1 month ago (2012-11-07 10:40:22 UTC) #6
szym
On Wed, Nov 7, 2012 at 5:40 AM, <[email protected]> wrote: > LGTM, with nits. > ...
8 years, 1 month ago (2012-11-07 20:52:12 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/11359053/11002
8 years, 1 month ago (2012-11-08 18:47:13 UTC) #8
commit-bot: I haz the power
Failed to apply patch for net/base/host_cache.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
8 years, 1 month ago (2012-11-08 18:47:14 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/11359053/10002
8 years, 1 month ago (2012-11-08 20:30:13 UTC) #10
commit-bot: I haz the power
8 years, 1 month ago (2012-11-08 22:26:50 UTC) #11
Change committed as 166781

Powered by Google App Engine
This is Rietveld 408576698