summaryrefslogtreecommitdiffstats
path: root/base/metrics/field_trial.h
Commit message (Expand)AuthorAgeFilesLines
* Update comments on how to create a field trial in field_trial.h.asvitkine@chromium.org2012-06-131-2/+3
* Simplify private FieldTrial constructor.asvitkine@chromium.org2012-05-111-3/+3
* Added a SetForced method to allow forcing a new set of group bucketting.mad@chromium.org2012-05-071-0/+10
* FieldTrial - Use ObserverListThreadSafe instead ofrtenneti@chromium.org2012-05-041-3/+3
* Remove the hash fields from FieldTrials.stevet@chromium.org2012-04-271-33/+18
* Add and implement API to associate Google experiment IDs with FieldTrials.stevet@chromium.org2012-04-231-0/+4
* Revert 133212 - Add and implement API to associate Google experiment IDs with...groby@chromium.org2012-04-201-4/+0
* Add and implement API to associate Google experiment IDs with FieldTrials.stevet@chromium.org2012-04-201-0/+4
* Field Trials choices can now be forced from a command line argument, and yet ...mad@chromium.org2012-04-121-51/+73
* Added a Unique ID for a Field Trial containing it's hashed name and the selec...mad@chromium.org2012-01-271-1/+35
* Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES()robertshield@chromium.org2011-11-291-13/+13
* base: export GetBuildTimeagl@chromium.org2011-11-111-3/+0
* Some possible comment typos?rogerta@chromium.org2011-09-151-4/+1
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-3/+3
* Add back a check for improper usage of IsOneTimeRandomizationEnabled.joi@chromium.org2011-06-221-4/+5
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-101-30/+85
* Revert 84197 - Add one-time randomization support for FieldTrial, and the abi...joi@chromium.org2011-05-061-85/+30
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-051-30/+85
* Field trials are currently implemented (commonly) using a static variable tha...rtenneti@chromium.org2011-04-291-3/+44
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-241-2/+3
* Rework field_trial.h comment.gavinp@chromium.org2011-03-211-15/+27
* Minor fixes in FieldTrial.cbentzel@chromium.org2011-02-251-1/+2
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* .c Feature to disable field trials in old versions of Chromium. Field trialsrtenneti@chromium.org2011-01-191-20/+55
* Start sorting methods in class declarations.erg@google.com2011-01-071-4/+4
* Turn off field trials and reporting of metrics when running benchmarking.mbelshe@google.com2010-12-071-0/+10
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-0/+238