summaryrefslogtreecommitdiffstats
path: root/base/metrics/histogram.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Crash when we notice a corruption of the histogram range-vectorjar@chromium.org2011-02-281-44/+126
* Added CHECKs to make sure histogram caller's don't creatertenneti@chromium.org2011-02-231-2/+6
* Properly order the cc files based off the h files in base/.erg@google.com2011-01-251-291/+281
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-011-10/+10
* Properly lock access to static variables.mad@chromium.org2010-12-231-12/+39
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-091-0/+12
* Remove a pair of overly aggressive DCHECKsjar@chromium.org2010-11-291-1/+0
* Revert previous commit which was by accidentjabdelmalek@google.com2010-11-231-0/+1
* Fix compile error on Linuxjabdelmalek@google.com2010-11-231-1/+0
* Allow histograms in cache stats.cc to bypass corruption checksjar@chromium.org2010-11-031-9/+97
* Revert 64687 - Try to detect internal corruption of histogram instances.jar@chromium.org2010-11-021-97/+9
* Try to detect internal corruption of histogram instances.jar@chromium.org2010-11-011-9/+97
* Revert 63012 - Revert 63011 - Convert a lot of DCHECK()s to DCHECK_EQ() and s...pkasting@chromium.org2010-10-191-45/+46
* Revert 63011 - Convert a lot of DCHECK()s to DCHECK_EQ() and similar, so that...dpranke@chromium.org2010-10-191-46/+45
* Convert a lot of DCHECK()s to DCHECK_EQ() and similar, so that when they fail...pkasting@chromium.org2010-10-191-45/+46
* ** Think this may have caused TabSwitchingTest to fail, as it is parsing log ...tim@chromium.org2010-10-181-6/+6
* Convert LOG(INFO) to VLOG(1) - base/.pkasting@chromium.org2010-10-181-6/+6
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-0/+935