summaryrefslogtreecommitdiffstats
path: root/base/metrics
Commit message (Expand)AuthorAgeFilesLines
* 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
* Histogram - back out the temporary debug changes.hshi@chromium.org2012-08-231-23/+2
* Histogram - add checks to catch cases of duplicate histogram names.hshi@chromium.org2012-08-231-16/+15
* Histogram - add checks to catch cases of duplicate histogram names.hshi@chromium.org2012-08-231-2/+24
* Add comments to HistogramFlatterner interface and rename a functionkaiwang@chromium.org2012-08-202-10/+25
* Revert 150969 - Disable getting histogram data from child processes other tha...rtenneti@chromium.org2012-08-201-9/+0
* Update documentation comments in field_trial.h.asvitkine@chromium.org2012-08-171-5/+6
* Add more code for debugging. We will revert this change when we find out the ...kaiwang@chromium.org2012-08-162-12/+20
* Histogram - Checks to cacth corruption in bucket rangesrtenneti@google.com2012-08-141-0/+34
* Disable getting histogram data from child processes other than the renderer p...rtenneti@google.com2012-08-101-0/+9
* Skeleton code of SparseHistogramkaiwang@chromium.org2012-08-097-47/+193
* CHECK -> DCHECK to prevent breaking exisitng histograms.kaiwang@chromium.org2012-08-071-4/+14
* Revert 150240 (broke several bots on the main waterfall)thakis@chromium.org2012-08-071-7/+3
* CHECK -> DCHECK to prevent breaking exisitng histograms.kaiwang@chromium.org2012-08-071-3/+7
* 1. Add test for https://src.chromium.org/viewvc/chrome?view=rev&revision=149541kaiwang@chromium.org2012-08-042-5/+50
* Remove an unnecessary leak annotation.kaiwang@chromium.org2012-08-041-1/+0
* Fix a typo. It will cause crash when client uses a histogram with bad maximum.kaiwang@chromium.org2012-08-021-3/+3
* This is a major refactor of Histogram related code:kaiwang@chromium.org2012-08-0112-980/+1051
* Allow a tad more race-induced histogram errorsjar@chromium.org2012-07-301-1/+1
* This is a copy of http://codereview.chromium.org/10796047/kaiwang@chromium.org2012-07-258-128/+353
* Revert 148055 - Move CachedRanges out and add support for checksum.jochen@chromium.org2012-07-248-353/+128
* Move CachedRanges out and add support for checksum.kaiwang@chromium.org2012-07-248-128/+353
* Initialize StatisticsRecorder in Child Process to holdrtenneti@chromium.org2012-07-193-11/+30
* Add abstract class HistogramBase. It will be the sub class of allkaiwang@chromium.org2012-07-195-19/+73
* Change the FindHistogram interface of StatisticsRecorderkaiwang@chromium.org2012-07-183-22/+16
* 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