summaryrefslogtreecommitdiffstats
path: root/base/metrics
Commit message (Expand)AuthorAgeFilesLines
* Remove the sum of square tally from histogramsjar@chromium.org2011-03-242-19/+5
* Removed the static on all stats macros and changed the static declarationrtenneti@chromium.org2011-03-221-2/+2
* Relanding histogram static removal changes. This is a revert rtenneti@chromium.org2011-03-221-10/+10
* Revert 78460 - Removed the static on all histogram macros. If this changertenneti@chromium.org2011-03-211-10/+10
* Rework field_trial.h comment.gavinp@chromium.org2011-03-211-15/+27
* Avoid racy construction of statics unless StatsTable is enabled.rtenneti@chromium.org2011-03-191-4/+12
* Removed the static on all histogram macros. If this changertenneti@chromium.org2011-03-161-10/+10
* Remove DCHECK on overflowjar@chromium.org2011-03-161-1/+0
* Revert 78333 - Removed "static" in histogram macros. Checking in tortenneti@chromium.org2011-03-161-10/+10
* Removed "static" in histogram macros. Checking in tortenneti@google.com2011-03-161-10/+10
* Reland code to detect corruption of histogram rangesjar@chromium.org2011-03-053-67/+180
* Revert 76239 - Crash when we notice a corruption of the histogram range-vectorrsimha@chromium.org2011-03-033-170/+60
* Revert 76345 - Small cleanup for previous histogram checkinrsimha@chromium.org2011-03-022-17/+14
* Until we have sparse histograms, to track error codes, we are usingrtenneti@chromium.org2011-03-022-2/+2
* Small cleanup for previous histogram checkinjar@chromium.org2011-03-012-14/+17
* Fix compilation bug on ARMjar@chromium.org2011-02-282-3/+3
* Crash when we notice a corruption of the histogram range-vectorjar@chromium.org2011-02-283-60/+170
* Minor fixes in FieldTrial.cbentzel@chromium.org2011-02-252-2/+4
* Added CHECKs to make sure histogram caller's don't creatertenneti@chromium.org2011-02-232-2/+8
* Initialize StatsTable::Private members.finnur@chromium.org2011-02-111-2/+9
* Stats tables are only used for debugging at this point, and when I turnmbelshe@chromium.org2011-02-101-1/+1
* Properly order the cc files based off the h files in base/.erg@google.com2011-01-252-293/+283
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-212-4/+4
* .c Feature to disable field trials in old versions of Chromium. Field trialsrtenneti@chromium.org2011-01-193-83/+242
* Order function definitions in base/ according to the header.erg@google.com2011-01-112-142/+142
* Start sorting methods in class declarations.erg@google.com2011-01-073-15/+17
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-012-12/+13
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-312-2/+2
* Move thread local stuff from base to base/threading and consistently use thebrettw@chromium.org2010-12-302-3/+3
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-301-3/+3
* Properly lock access to static variables.mad@chromium.org2010-12-232-13/+40
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-092-3/+15
* Turn off field trials and reporting of metrics when running benchmarking.mbelshe@google.com2010-12-072-2/+32
* 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-033-14/+206
* Revert 64687 - Try to detect internal corruption of histogram instances.jar@chromium.org2010-11-023-206/+14
* Try to detect internal corruption of histogram instances.jar@chromium.org2010-11-013-14/+206
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-1/+1
* Add histogram to track number of .nexe launches, normalized against opening n...mmortensen@google.com2010-10-282-0/+52
* Fix up SharedMemory implementation so that it is more equivalent on Windows v...dmaclach@chromium.org2010-10-271-1/+1
* 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-1411-0/+4026