summaryrefslogtreecommitdiffstats
path: root/base/metrics
Commit message (Expand)AuthorAgeFilesLines
* Support custom randomization seed for VariationsService trials.asvitkine@chromium.org2013-04-112-6/+23
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-095-7/+7
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-095-7/+7
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-095-7/+7
* Implement write methods for SparseHistogramjrummell@chromium.org2013-04-056-38/+127
* Telemetry: Don't silently compare histograms from different processes.marja@chromium.org2013-04-051-0/+2
* Revert 192526 "Telemetry: Don't silently compare histograms from..."marja@chromium.org2013-04-051-1/+0
* Telemetry: Don't silently compare histograms from different processes.marja@chromium.org2013-04-051-0/+1
* Disable StatsTableTest.MultipleThreads under ThreadSanitizer v2glider@chromium.org2013-04-011-1/+1
* base: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-03-302-2/+2
* remove redundant DCHECK that a size_t variable >= 0mostynb@opera.com2013-03-261-1/+1
* SparseHistogram macroskaiwang@chromium.org2013-03-163-0/+112
* Fix issue with identical group numbers being reported for forced field trials.asvitkine@chromium.org2013-03-063-10/+143
* Connect SparseHistogram with the rest of stats systemkaiwang@chromium.org2013-03-0112-94/+96
* Move string_number_conversions to base/strings.brettw@chromium.org2013-02-071-1/+1
* base: Convert the remaining uses of MessageLoop::RunUntilIdle to RunLoop vari...tfarina@chromium.org2013-02-061-7/+9
* Fix a double deletion in histogram test and re-enablekaiwang@chromium.org2013-01-301-2/+0
* This is the continuation of https://codereview.chromium.org/11615008/ kaiwang@chromium.org2013-01-241-2/+1
* Only HistogramBase is used outside of base/metrics.kaiwang@chromium.org2013-01-236-163/+177
* Remove temporary histograms in field_trial.cc now that the problem is fixed.asvitkine@chromium.org2013-01-221-23/+2
* Add a histogram for renderer memory usage.marja@chromium.org2013-01-151-0/+3
* Add missing, and remove unnecessary, 'explicit' from constructors. (base/)hans@chromium.org2013-01-155-5/+5
* Serialize/Deserialize support in HistogramBasekaiwang@chromium.org2013-01-1112-209/+622
* GTTF: Enable debugallocation by default (try 3 or so).phajdan.jr@chromium.org2013-01-101-1/+0
* Fix problem where field trials using kExpirationYearInFuture could get disabled.asvitkine@chromium.org2013-01-093-7/+20
* Incrementally make base histograms like UMA histograms.gavinp@chromium.org2013-01-091-6/+10
* Fix data race when setting FieldTrial::group_reported_.asvitkine@chromium.org2012-12-122-13/+17
* Add another temporary histogram to understand field trial reporting issue.asvitkine@chromium.org2012-12-101-1/+14
* Add temporary UMA histogram to understand how trials are getting disabled.asvitkine@chromium.org2012-11-291-1/+5
* Standardize on |trial_name| and |group_name| in field trials API.asvitkine@chromium.org2012-11-193-53/+55
* Remove a DCHECK() in FieldTrial::SetForced().asvitkine@chromium.org2012-11-132-4/+36
* Ensure that field trials synced to the renderer process are considered "active".asvitkine@chromium.org2012-11-133-11/+53
* Make it so disabled field trials are not reported as active.asvitkine@chromium.org2012-11-103-22/+51
* Delete unused |application_start_time| from FieldTrialList.asvitkine@chromium.org2012-11-082-19/+1
* Make FieldTrialList::StatesToString() only report active trials.asvitkine@chromium.org2012-11-073-19/+29
* Add a temporary histogram to track if a FieldTrial is disabled due to not hav...stevet@chromium.org2012-11-071-0/+4
* Don't report field trial groups until group() has been called.asvitkine@chromium.org2012-11-063-46/+91
* Notify FieldTrial observers only once group() is called for the first time.asvitkine@chromium.org2012-11-013-20/+140
* Histogram type support in HistogramBase and remove SetRangeDescription functionkaiwang@chromium.org2012-10-316-92/+102
* Add explicit tests for histogram factory matching.gavinp@chromium.org2012-10-274-12/+55
* Histogram argument related changekaiwang@chromium.org2012-10-245-77/+91
* DCHECK_EQ instead of DCHECK(...==...) for better error messages.fischman@chromium.org2012-10-231-1/+2
* Move SnapshotSamples to HistogramBasekaiwang@chromium.org2012-10-207-22/+36
* Remove IsOneTimeRandomizationAvailable from FieldTrialList.stevet@chromium.org2012-10-152-10/+0
* Page cyclers: output memory histograms (approach: expose JS object)marja@chromium.org2012-10-086-0/+107
* Add SampleMap and use it in SparseHistogramkaiwang@chromium.org2012-10-0510-35/+334
* Revert 159668 - This broke the reference page cyclersnsylvain@chromium.org2012-10-026-107/+0
* Page cyclers: output memory histograms (approach: expose JS object)marja@chromium.org2012-10-026-0/+107
* SampleSet -> HistogramSamples which can be reused by SparseHistogramkaiwang@chromium.org2012-09-2212-350/+899
* Use a different algorithm with the low entropy source for field trials.asvitkine@chromium.org2012-08-243-162/+58