summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/histogram_macros.h
Commit message (Collapse)AuthorAgeFilesLines
* Disk Cache: Second pass (and final) to allow multiple instancesrvargas@google.com2009-03-271-0/+68
of BackendImpl. This cl takes care of all the histograms on the disk cache. Most of them have to be splitted in three so that we get separate data from different cache types. There are a few places where the complexity of splitting the histogram is not worth it so we just keep either all data together (if it makes sense), or just ignore data for some types of caches. note: Having multiple versions of a histogram but only one "active" for a given client is not the same as having multiple histograms working at the same time for different objects. Review URL: http://codereview.chromium.org/42682 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12692 0039d316-1c4b-4281-b951-d872f2087c98