summaryrefslogtreecommitdiffstats
path: root/base/metrics
Commit message (Expand)AuthorAgeFilesLines
* Move StatisticsRecorder out of histogram.cc/h for further refactoring.kaiwang@chromium.org2012-07-136-361/+396
* Histograms - Support histograms for Plugins, GPUrtenneti@google.com2012-07-123-0/+204
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-114-4/+0
* Switch to TimeDelta interface for WaitForSingleProcess in metrics unit test.tedvessenes@gmail.com2012-07-091-1/+2
* Adding DVLOG to show what field trial groups are chosen.jwd@chromium.org2012-06-301-0/+1
* Update comments on how to create a field trial in field_trial.h.asvitkine@chromium.org2012-06-131-2/+3
* Add shared memory cleanup before/after all testsjar@chromium.org2012-06-061-2/+5
* Disable StatsTableTest.StatsRatecsharp@chromium.org2012-06-041-1/+2
* Simplify private FieldTrial constructor.asvitkine@chromium.org2012-05-112-31/+34
* Added a SetForced method to allow forcing a new set of group bucketting.mad@chromium.org2012-05-073-0/+57
* FieldTrial - Use ObserverListThreadSafe instead ofrtenneti@chromium.org2012-05-042-9/+11
* Remove the hash fields from FieldTrials.stevet@chromium.org2012-04-273-122/+46
* Add and implement API to associate Google experiment IDs with FieldTrials.stevet@chromium.org2012-04-232-0/+14
* Revert 133212 - Add and implement API to associate Google experiment IDs with...groby@chromium.org2012-04-202-14/+0
* Add and implement API to associate Google experiment IDs with FieldTrials.stevet@chromium.org2012-04-202-0/+14
* Don't depend on undefined compiler behavior for computing persistent field tr...isherman@chromium.org2012-04-191-2/+4
* Add isherman to base/metrics/OWNERSisherman@chromium.org2012-04-191-0/+7
* Fixing issues with alignment, undefined behaviour and endianness in the Field...jwd@chromium.org2012-04-161-3/+5
* Field Trials choices can now be forced from a command line argument, and yet ...mad@chromium.org2012-04-123-140/+266
* Add virtual and OVERRIDE to base/ implementation filesrsleevi@chromium.org2012-04-061-2/+4
* Avoid using Pickle::WriteSize(), which writes an architecture-dependent amountmdm@chromium.org2012-03-141-7/+7
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-072-19/+20
* Disable StatsTableTest.MultipleThreads on Mac.vandebo@chromium.org2012-02-251-1/+7
* Improve SharedMemory::Lock on Posix and reenable StatsTableTest.MultipleThreadsvandebo@chromium.org2012-02-251-2/+1
* Flakiness cleanup: disable flaky tests under base/evan@chromium.org2012-02-141-3/+3
* Need the unsigned constants marked as unsigned.backer@chromium.org2012-01-271-9/+9
* Added a Unique ID for a Field Trial containing it's hashed name and the selec...mad@chromium.org2012-01-273-13/+158
* Prevent calling internal metrics code with invalid values.rkc@chromium.org2012-01-062-4/+19
* Update Sleep() calls in metrics tests to use TimeDelta instead of int.tedvessenes@gmail.com2011-12-311-20/+20
* Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES()robertshield@chromium.org2011-11-292-19/+19
* Add OVERRIDE to base/.avi@chromium.org2011-11-162-10/+12
* Support using UMA_HISTOGRAM_CUSTOM_ENUMERATION from the renderer.fischman@chromium.org2011-11-132-1/+51
* base: export GetBuildTimeagl@chromium.org2011-11-112-13/+2
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-262-7/+7
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-252-7/+7
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-252-7/+7
* Cache the ranges_ vector and share the ranges_ vectorrtenneti@chromium.org2011-10-203-31/+257
* Fix of unused variable warnings related to DHISTOGRAM* in release builds.pph34r@gmail.com2011-10-162-8/+50
* Expand the inline documentation for the HISTOGRAM_ENUMERATION macros.isherman@chromium.org2011-10-141-1/+7
* Update SHA1_LENGTH -> kSHA1Length to match previous change to SHA256_LENGTH.pkasting@chromium.org2011-09-281-1/+1
* Some possible comment typos?rogerta@chromium.org2011-09-151-4/+1
* Remove Purify and Quantify.Doing so will reduce substantially the size of the...jeanluc@chromium.org2011-08-171-1/+1
* Add acquire/release calls in one-time init for histogramsjar@chromium.org2011-08-071-93/+110
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-054-16/+16
* Removed wchat_t from Time::FromString.shinyak@google.com2011-08-031-2/+1
* Revert 94426 - Removed wchat_t from Time::FromString.morrita@chromium.org2011-07-281-1/+2
* Removed wchat_t from Time::FromString.shinyak@google.com2011-07-281-2/+1
* Apply CSP to chrome: and about: pagestsepez@chromium.org2011-06-281-8/+0
* Add back a check for improper usage of IsOneTimeRandomizationEnabled.joi@chromium.org2011-06-222-11/+11
* Implement A/B experiment for anti-DDoS.joi@chromium.org2011-06-161-1/+3