summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/stats_histogram.h
Commit message (Expand)AuthorAgeFilesLines
* Disk cache: Make sure the size stats ate not used after the backend goes away.rvargas@chromium.org2013-09-031-0/+3
* [UMA] Remove redundant bucket_count variable from base::Histogram.isherman@chromium.org2013-06-271-1/+0
* Connect SparseHistogram with the rest of stats systemkaiwang@chromium.org2013-03-011-1/+1
* Move SnapshotSamples to HistogramBasekaiwang@chromium.org2012-10-201-1/+1
* SampleSet -> HistogramSamples which can be reused by SparseHistogramkaiwang@chromium.org2012-09-221-20/+18
* This is a major refactor of Histogram related code:kaiwang@chromium.org2012-08-011-5/+6
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-5/+6
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-2/+2
* 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
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-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
* 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/+2
* Reland code to detect corruption of histogram rangesjar@chromium.org2011-03-051-0/+1
* Revert 76239 - Crash when we notice a corruption of the histogram range-vectorrsimha@chromium.org2011-03-031-1/+0
* Crash when we notice a corruption of the histogram range-vectorjar@chromium.org2011-02-281-0/+1
* Allow histograms in cache stats.cc to bypass corruption checksjar@chromium.org2010-11-031-0/+1
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-4/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-061-2/+14
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-2/+1
* Use histograms to send interesting parts of the disk cache statistics.rvargas@google.com2008-09-241-0/+46