summaryrefslogtreecommitdiffstats
path: root/base/metrics
Commit message (Expand)AuthorAgeFilesLines
* Added a marker for field trials passed on the command line to force their act...georgesak2014-11-053-6/+47
* Change dont_embed_build_metadata default to 1 except for Official build and f...sebmarchand2014-10-311-4/+5
* Add a death test to check field trial creation before FieldTrialList.asvitkine2014-10-232-2/+16
* Standardize usage of virtual/override/final in base/dcheng2014-10-2110-100/+94
* Cleanup: Better constify some strings in base.thestig2014-10-211-2/+2
* Convert ARRAYSIZE_UNSAFE -> arraysize in base/.viettrungluu2014-10-161-1/+1
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-152-3/+3
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-0710-62/+62
* Add Read/WriteSizeT() functions to the pickle layer, plus one consumer.pkasting2014-10-021-7/+7
* Fix more disabled MSVC warnings, base/ edition.pkasting2014-10-013-11/+15
* Disable TLS destructor tests on Win x64 incrementalscottmg2014-09-191-1/+5
* CreateTrailsFromString function accepts values for trails_string argument wit...gayane2014-09-162-4/+14
* Use precisely sized integer types in histograms code.isherman2014-08-281-6/+8
* Remove implicit conversions from scoped_refptr to T* in base/dcheng2014-08-271-42/+52
* Add LOCAL_ prefix to non-UMA histogram macros.asvitkine2014-08-267-169/+37
* Fixes for re-enabling more MSVC level 4 warnings: base/ editionpkasting@chromium.org2014-07-031-1/+3
* [UMA] Fix a crash on logging user actions posted from a non-UI thread.isherman@chromium.org2014-04-102-15/+46
* Pass the shared memory handle in to StatsTable rather than consulting the Glo...brettw@chromium.org2014-04-083-71/+68
* [UMA] Update documentation for running the extract_actions.py script.isherman@chromium.org2014-03-251-3/+4
* Revert 258395 "Add a death test to check field trial creation be..."benwells@chromium.org2014-03-211-11/+0
* Add a death test to check field trial creation before FieldTrialList.asvitkine@chromium.org2014-03-201-0/+11
* Change DCHECK_IS_ON() to DCHECK_IS_ONwangxianzhu@chromium.org2014-03-141-1/+1
* Return a NULL histogram pointer on construction errorelijahtaylor@chromium.org2014-03-132-2/+46
* Add Alexei as an OWNER for //base/metricsisherman@chromium.org2014-03-121-7/+2
* [Metrics] Don't require clients of StatisticsDeltaReader to call StatisticsRe...isherman@chromium.org2014-03-121-2/+1
* Get rid of multiprocess_test's debug_on_start arguments.viettrungluu@chromium.org2014-03-091-1/+1
* Deprecate named base::SharedMemory.viettrungluu@chromium.org2014-03-051-1/+1
* Deprecate base::SharedMemory's lock functionality.viettrungluu@chromium.org2014-02-241-2/+3
* Make code generated for histogram macros more compact.asvitkine@chromium.org2014-02-153-6/+16
* Make some field trials unforceable via command-line in the official build.gab@chromium.org2014-02-133-16/+77
* Let MetricsService know about some Android Activitieskkimlabs@chromium.org2014-02-117-19/+148
* Change the operations touching counts_[] and redundant_count_ to be atomic.glider@chromium.org2014-01-215-18/+34
* Refactor base/safe_numerics.hjschuh@chromium.org2014-01-171-2/+2
* Move the guts of user_metrics to a new static lib in //base/metrics.ben@chromium.org2014-01-133-0/+130
* Add a StatisticsDeltaReader class and use caseslpromero@chromium.org2014-01-071-3/+4
* Revert 242121 "Reland "Add a HistogramRecorder class and use cas..."groby@chromium.org2013-12-201-3/+3
* Rename base::FieldTrialList::RegistrationList --> RegistrationMap.gavinp@chromium.org2013-12-202-5/+5
* Reland "Add a HistogramRecorder class and use cases."lpromero@chromium.org2013-12-201-3/+3
* Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.rsesek@chromium.org2013-12-111-1/+1
* Revert of https://codereview.chromium.org/100823007/antrim@chromium.org2013-12-111-1/+1
* Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.rsesek@chromium.org2013-12-101-1/+1
* Move std::string instance inside of loop.grt@chromium.org2013-11-211-2/+1
* Fix multiples typos while reading histogram.etienneb@chromium.org2013-11-201-5/+5
* Add a switch to emit browser histograms.grt@chromium.org2013-11-143-3/+102
* Update order of FieldTrial functions.asvitkine@chromium.org2013-10-302-29/+29
* Add static FieldTrial::CreateSimulatedFieldTrial function.asvitkine@chromium.org2013-10-293-4/+91
* Consolidate serialization code in base::HistogramDeltasSerializervitalybuka@chromium.org2013-10-237-52/+233
* Pass StatsTable shared memory via global descriptors on Posix rather than usi...rmcilroy@chromium.org2013-10-162-64/+114
* Use TotalCount not redundant_count to determine if to call RecordDeltaccameron@chromium.org2013-10-161-1/+1
* FieldTrial: Remove friend declarations for non-existing testsvabr@chromium.org2013-09-261-3/+0