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