summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/stats_histogram.cc
Commit message (Expand)AuthorAgeFilesLines
* SampleSet -> HistogramSamples which can be reused by SparseHistogramkaiwang@chromium.org2012-09-221-37/+42
* This is a major refactor of Histogram related code:kaiwang@chromium.org2012-08-011-11/+1
* Change the FindHistogram interface of StatisticsRecorderkaiwang@chromium.org2012-07-181-5/+2
* Move StatisticsRecorder out of histogram.cc/h for further refactoring.kaiwang@chromium.org2012-07-131-1/+2
* Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to markglider@chromium.org2011-05-311-2/+2
* Revert 86990 - Fix http://codereview.chromium.org/6869009 to ignore an existi...msw@chromium.org2011-05-271-4/+2
* Fix http://codereview.chromium.org/6869009 to ignore an existing object exact...glider@chromium.org2011-05-271-2/+4
* Revert "Land http://codereview.chromium.org/6869009 for the third time."oshima@google.com2011-05-261-3/+2
* Land http://codereview.chromium.org/6869009 for the third time.glider@chromium.org2011-05-261-2/+3
* Revert 85898 - Re-land http://codereview.chromium.org/6869009 (except for the...glider@chromium.org2011-05-191-3/+2
* Re-land http://codereview.chromium.org/6869009 (except for the suppressions)glider@chromium.org2011-05-191-2/+3
* Revert 82460 - Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can ...glider@chromium.org2011-04-211-3/+2
* Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to markglider@chromium.org2011-04-211-2/+3
* Use lock-free lazy initialization for static histogram referencesjar@chromium.org2011-04-051-14/+11
* Move flags initialization into block before sharing across threadsjar@chromium.org2011-03-301-3/+2
* Reland code to detect corruption of histogram rangesjar@chromium.org2011-03-051-6/+13
* Revert 76239 - Crash when we notice a corruption of the histogram range-vectorrsimha@chromium.org2011-03-031-13/+6
* Revert 76345 - Small cleanup for previous histogram checkinrsimha@chromium.org2011-03-021-1/+1
* Small cleanup for previous histogram checkinjar@chromium.org2011-03-011-1/+1
* Crash when we notice a corruption of the histogram range-vectorjar@chromium.org2011-02-281-6/+13
* More net/ header/implementation method reordering.erg@google.com2011-01-211-6/+6
* Allow histograms in cache stats.cc to bypass corruption checksjar@chromium.org2010-11-031-0/+6
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-1/+1
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-0/+3
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-061-0/+31
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Use histograms to send interesting parts of the disk cache statistics.rvargas@google.com2008-09-241-0/+56