summaryrefslogtreecommitdiffstats
path: root/base/metrics/histogram.cc
Commit message (Expand)AuthorAgeFilesLines
* 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