summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/stats.cc
Commit message (Expand)AuthorAgeFilesLines
* Disk cache: Track evictions of ga.js.rvargas@chromium.org2012-10-121-1/+7
* SampleSet -> HistogramSamples which can be reused by SparseHistogramkaiwang@chromium.org2012-09-221-6/+4
* Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to markglider@chromium.org2011-05-311-1/+1
* Revert 86990 - Fix http://codereview.chromium.org/6869009 to ignore an existi...msw@chromium.org2011-05-271-1/+1
* Fix http://codereview.chromium.org/6869009 to ignore an existing object exact...glider@chromium.org2011-05-271-1/+1
* Revert "Land http://codereview.chromium.org/6869009 for the third time."oshima@google.com2011-05-261-1/+1
* Land http://codereview.chromium.org/6869009 for the third time.glider@chromium.org2011-05-261-1/+1
* Revert 85898 - Re-land http://codereview.chromium.org/6869009 (except for the...glider@chromium.org2011-05-191-1/+1
* Re-land http://codereview.chromium.org/6869009 (except for the suppressions)glider@chromium.org2011-05-191-1/+1
* Fix disk cache stats to include 'Open misses'joth@chromium.org2011-04-281-4/+4
* Revert 82460 - Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can ...glider@chromium.org2011-04-211-1/+1
* Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to markglider@chromium.org2011-04-211-1/+1
* Use lock-free lazy initialization for static histogram referencesjar@chromium.org2011-04-051-3/+3
* More net/ method ordering.erg@google.com2011-01-261-89/+89
* Disk cache: Add a few more histograms and stats to figurervargas@google.com2011-01-061-3/+8
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-4/+5
* Disk cache: Fix the order in which we delete datarvargas@google.com2010-09-161-2/+4
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-061-1/+2
* Use C99 standard format macros for 64-bit values.agl@chromium.org2009-06-291-1/+2
* Disk Cache: Second pass (and final) to allow multiple instancesrvargas@google.com2009-03-271-6/+15
* Disk cache: More instrumentation for the cache.rvargas@google.com2009-03-201-0/+36
* Disk cache: Instead of saving the cache stats only whenrvargas@google.com2009-03-181-11/+15
* New disk cache eviction algorithm (partial implementation).rvargas@google.com2009-03-061-0/+1
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-2/+1
* Make sure there is only one instance of the stats histogram at a given time.rvargas@google.com2008-09-261-3/+7
* Use histograms to send interesting parts of the disk cache statistics.rvargas@google.com2008-09-241-0/+33
* Implement sync IO for the disk cache, and temporarily redirectrvargas@google.com2008-08-271-2/+1
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add net to the repository.initial.commit2008-07-261-0/+258