| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the sum of square tally from histograms | jar@chromium.org | 2011-03-24 | 2 | -19/+5 |
* | Removed the static on all stats macros and changed the static declaration | rtenneti@chromium.org | 2011-03-22 | 1 | -2/+2 |
* | Relanding histogram static removal changes. This is a revert | rtenneti@chromium.org | 2011-03-22 | 1 | -10/+10 |
* | Revert 78460 - Removed the static on all histogram macros. If this change | rtenneti@chromium.org | 2011-03-21 | 1 | -10/+10 |
* | Rework field_trial.h comment. | gavinp@chromium.org | 2011-03-21 | 1 | -15/+27 |
* | Avoid racy construction of statics unless StatsTable is enabled. | rtenneti@chromium.org | 2011-03-19 | 1 | -4/+12 |
* | Removed the static on all histogram macros. If this change | rtenneti@chromium.org | 2011-03-16 | 1 | -10/+10 |
* | Remove DCHECK on overflow | jar@chromium.org | 2011-03-16 | 1 | -1/+0 |
* | Revert 78333 - Removed "static" in histogram macros. Checking in to | rtenneti@chromium.org | 2011-03-16 | 1 | -10/+10 |
* | Removed "static" in histogram macros. Checking in to | rtenneti@google.com | 2011-03-16 | 1 | -10/+10 |
* | Reland code to detect corruption of histogram ranges | jar@chromium.org | 2011-03-05 | 3 | -67/+180 |
* | Revert 76239 - Crash when we notice a corruption of the histogram range-vector | rsimha@chromium.org | 2011-03-03 | 3 | -170/+60 |
* | Revert 76345 - Small cleanup for previous histogram checkin | rsimha@chromium.org | 2011-03-02 | 2 | -17/+14 |
* | Until we have sparse histograms, to track error codes, we are using | rtenneti@chromium.org | 2011-03-02 | 2 | -2/+2 |
* | Small cleanup for previous histogram checkin | jar@chromium.org | 2011-03-01 | 2 | -14/+17 |
* | Fix compilation bug on ARM | jar@chromium.org | 2011-02-28 | 2 | -3/+3 |
* | Crash when we notice a corruption of the histogram range-vector | jar@chromium.org | 2011-02-28 | 3 | -60/+170 |
* | Minor fixes in FieldTrial. | cbentzel@chromium.org | 2011-02-25 | 2 | -2/+4 |
* | Added CHECKs to make sure histogram caller's don't create | rtenneti@chromium.org | 2011-02-23 | 2 | -2/+8 |
* | Initialize StatsTable::Private members. | finnur@chromium.org | 2011-02-11 | 1 | -2/+9 |
* | Stats tables are only used for debugging at this point, and when I turn | mbelshe@chromium.org | 2011-02-10 | 1 | -1/+1 |
* | Properly order the cc files based off the h files in base/. | erg@google.com | 2011-01-25 | 2 | -293/+283 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 2 | -4/+4 |
* | .c Feature to disable field trials in old versions of Chromium. Field trials | rtenneti@chromium.org | 2011-01-19 | 3 | -83/+242 |
* | Order function definitions in base/ according to the header. | erg@google.com | 2011-01-11 | 2 | -142/+142 |
* | Start sorting methods in class declarations. | erg@google.com | 2011-01-07 | 3 | -15/+17 |
* | Move base/lock and base/condition_variable to base/synchronization/ | brettw@chromium.org | 2011-01-01 | 2 | -12/+13 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 2 | -2/+2 |
* | Move thread local stuff from base to base/threading and consistently use the | brettw@chromium.org | 2010-12-30 | 2 | -3/+3 |
* | Move some misc thread-related stuff from base to base/thread and into the base | brettw@chromium.org | 2010-12-30 | 1 | -3/+3 |
* | Properly lock access to static variables. | mad@chromium.org | 2010-12-23 | 2 | -13/+40 |
* | Start deinlining non-empty virtual methods. (This will be automatically checked | erg@google.com | 2010-12-09 | 2 | -3/+15 |
* | Turn off field trials and reporting of metrics when running benchmarking. | mbelshe@google.com | 2010-12-07 | 2 | -2/+32 |
* | Remove a pair of overly aggressive DCHECKs | jar@chromium.org | 2010-11-29 | 1 | -1/+0 |
* | Revert previous commit which was by accident | jabdelmalek@google.com | 2010-11-23 | 1 | -0/+1 |
* | Fix compile error on Linux | jabdelmalek@google.com | 2010-11-23 | 1 | -1/+0 |
* | Allow histograms in cache stats.cc to bypass corruption checks | jar@chromium.org | 2010-11-03 | 3 | -14/+206 |
* | Revert 64687 - Try to detect internal corruption of histogram instances. | jar@chromium.org | 2010-11-02 | 3 | -206/+14 |
* | Try to detect internal corruption of histogram instances. | jar@chromium.org | 2010-11-01 | 3 | -14/+206 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -1/+1 |
* | Add histogram to track number of .nexe launches, normalized against opening n... | mmortensen@google.com | 2010-10-28 | 2 | -0/+52 |
* | Fix up SharedMemory implementation so that it is more equivalent on Windows v... | dmaclach@chromium.org | 2010-10-27 | 1 | -1/+1 |
* | Revert 63012 - Revert 63011 - Convert a lot of DCHECK()s to DCHECK_EQ() and s... | pkasting@chromium.org | 2010-10-19 | 1 | -45/+46 |
* | Revert 63011 - Convert a lot of DCHECK()s to DCHECK_EQ() and similar, so that... | dpranke@chromium.org | 2010-10-19 | 1 | -46/+45 |
* | Convert a lot of DCHECK()s to DCHECK_EQ() and similar, so that when they fail... | pkasting@chromium.org | 2010-10-19 | 1 | -45/+46 |
* | ** Think this may have caused TabSwitchingTest to fail, as it is parsing log ... | tim@chromium.org | 2010-10-18 | 1 | -6/+6 |
* | Convert LOG(INFO) to VLOG(1) - base/. | pkasting@chromium.org | 2010-10-18 | 1 | -6/+6 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 11 | -0/+4026 |