summaryrefslogtreecommitdiffstats
path: root/base/metrics/histogram.cc
Commit message (Expand)AuthorAgeFilesLines
* Histogram - back out the temporary debug changes.hshi@chromium.org2012-08-231-23/+2
* Histogram - add checks to catch cases of duplicate histogram names.hshi@chromium.org2012-08-231-16/+15
* Histogram - add checks to catch cases of duplicate histogram names.hshi@chromium.org2012-08-231-2/+24
* Add more code for debugging. We will revert this change when we find out the ...kaiwang@chromium.org2012-08-161-11/+19
* Histogram - Checks to cacth corruption in bucket rangesrtenneti@google.com2012-08-141-0/+34
* Skeleton code of SparseHistogramkaiwang@chromium.org2012-08-091-10/+9
* CHECK -> DCHECK to prevent breaking exisitng histograms.kaiwang@chromium.org2012-08-071-4/+14
* Revert 150240 (broke several bots on the main waterfall)thakis@chromium.org2012-08-071-7/+3
* CHECK -> DCHECK to prevent breaking exisitng histograms.kaiwang@chromium.org2012-08-071-3/+7
* 1. Add test for https://src.chromium.org/viewvc/chrome?view=rev&revision=149541kaiwang@chromium.org2012-08-041-5/+6
* Fix a typo. It will cause crash when client uses a histogram with bad maximum.kaiwang@chromium.org2012-08-021-3/+3
* This is a major refactor of Histogram related code:kaiwang@chromium.org2012-08-011-495/+375
* Allow a tad more race-induced histogram errorsjar@chromium.org2012-07-301-1/+1
* This is a copy of http://codereview.chromium.org/10796047/kaiwang@chromium.org2012-07-251-36/+10
* Revert 148055 - Move CachedRanges out and add support for checksum.jochen@chromium.org2012-07-241-10/+36
* Move CachedRanges out and add support for checksum.kaiwang@chromium.org2012-07-241-36/+10
* Add abstract class HistogramBase. It will be the sub class of allkaiwang@chromium.org2012-07-191-6/+11
* Change the FindHistogram interface of StatisticsRecorderkaiwang@chromium.org2012-07-181-12/+8
* Move StatisticsRecorder out of histogram.cc/h for further refactoring.kaiwang@chromium.org2012-07-131-275/+1
* Avoid using Pickle::WriteSize(), which writes an architecture-dependent amountmdm@chromium.org2012-03-141-7/+7
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-17/+17
* Prevent calling internal metrics code with invalid values.rkc@chromium.org2012-01-061-1/+9
* Support using UMA_HISTOGRAM_CUSTOM_ENUMERATION from the renderer.fischman@chromium.org2011-11-131-1/+35
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-6/+6
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-6/+6
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-6/+6
* Cache the ranges_ vector and share the ranges_ vectorrtenneti@chromium.org2011-10-201-15/+148
* Fix of unused variable warnings related to DHISTOGRAM* in release builds.pph34r@gmail.com2011-10-161-0/+8
* Apply CSP to chrome: and about: pagestsepez@chromium.org2011-06-281-8/+0
* Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to markglider@chromium.org2011-05-311-2/+13
* Revert 86990 - Fix http://codereview.chromium.org/6869009 to ignore an existi...msw@chromium.org2011-05-271-9/+0
* Fix http://codereview.chromium.org/6869009 to ignore an existing object exact...glider@chromium.org2011-05-271-0/+9
* Revert "Land http://codereview.chromium.org/6869009 for the third time."oshima@google.com2011-05-261-5/+0
* Switch to the new CustomHistogram::ArrayToCustomRanges() utilityjoi@chromium.org2011-05-261-0/+1
* Land http://codereview.chromium.org/6869009 for the third time.glider@chromium.org2011-05-261-0/+5
* Add metrics for DHCP WPAD feature. Fix memory overwrite.joi@chromium.org2011-05-241-0/+15
* Revert 85898 - Re-land http://codereview.chromium.org/6869009 (except for the...glider@chromium.org2011-05-191-5/+0
* Re-land http://codereview.chromium.org/6869009 (except for the suppressions)glider@chromium.org2011-05-191-0/+5
* Revert 82460 - Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can ...glider@chromium.org2011-04-211-5/+0
* Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to markglider@chromium.org2011-04-211-0/+5
* Use lock-free lazy initialization for static histogram referencesjar@chromium.org2011-04-051-65/+70
* Move flags initialization into block before sharing across threadsjar@chromium.org2011-03-301-4/+4
* Remove the sum of square tally from histogramsjar@chromium.org2011-03-241-17/+5
* Remove DCHECK on overflowjar@chromium.org2011-03-161-1/+0
* Reland code to detect corruption of histogram rangesjar@chromium.org2011-03-051-48/+131
* Revert 76239 - Crash when we notice a corruption of the histogram range-vectorrsimha@chromium.org2011-03-031-126/+44
* Revert 76345 - Small cleanup for previous histogram checkinrsimha@chromium.org2011-03-021-10/+9
* Until we have sparse histograms, to track error codes, we are usingrtenneti@chromium.org2011-03-021-1/+1
* Small cleanup for previous histogram checkinjar@chromium.org2011-03-011-9/+10
* Fix compilation bug on ARMjar@chromium.org2011-02-281-2/+2