summaryrefslogtreecommitdiffstats
path: root/base/metrics/histogram.h
Commit message (Expand)AuthorAgeFilesLines
* Re-enable pre-read experiment as a finch field trial.rogerm@chromium.org2013-09-131-0/+6
* Use a direct include of time headers in base/, part 1.avi@chromium.org2013-06-281-1/+1
* [UMA] Remove redundant bucket_count variable from base::Histogram.isherman@chromium.org2013-06-271-12/+8
* Telemetry startup tests: Add more histograms to startup testsjeremy@chromium.org2013-05-101-0/+1
* Implement write methods for SparseHistogramjrummell@chromium.org2013-04-051-9/+0
* Connect SparseHistogram with the rest of stats systemkaiwang@chromium.org2013-03-011-11/+1
* Only HistogramBase is used outside of base/metrics.kaiwang@chromium.org2013-01-231-38/+29
* Add a histogram for renderer memory usage.marja@chromium.org2013-01-151-0/+3
* Serialize/Deserialize support in HistogramBasekaiwang@chromium.org2013-01-111-35/+27
* Incrementally make base histograms like UMA histograms.gavinp@chromium.org2013-01-091-6/+10
* Histogram type support in HistogramBase and remove SetRangeDescription functionkaiwang@chromium.org2012-10-311-28/+17
* Add explicit tests for histogram factory matching.gavinp@chromium.org2012-10-271-0/+6
* Histogram argument related changekaiwang@chromium.org2012-10-241-21/+17
* DCHECK_EQ instead of DCHECK(...==...) for better error messages.fischman@chromium.org2012-10-231-1/+2
* Move SnapshotSamples to HistogramBasekaiwang@chromium.org2012-10-201-4/+6
* Page cyclers: output memory histograms (approach: expose JS object)marja@chromium.org2012-10-081-0/+6
* Revert 159668 - This broke the reference page cyclersnsylvain@chromium.org2012-10-021-6/+0
* Page cyclers: output memory histograms (approach: expose JS object)marja@chromium.org2012-10-021-0/+6
* SampleSet -> HistogramSamples which can be reused by SparseHistogramkaiwang@chromium.org2012-09-221-72/+26
* Skeleton code of SparseHistogramkaiwang@chromium.org2012-08-091-35/+12
* This is a major refactor of Histogram related code:kaiwang@chromium.org2012-08-011-89/+89
* This is a copy of http://codereview.chromium.org/10796047/kaiwang@chromium.org2012-07-251-52/+16
* Revert 148055 - Move CachedRanges out and add support for checksum.jochen@chromium.org2012-07-241-16/+52
* Move CachedRanges out and add support for checksum.kaiwang@chromium.org2012-07-241-52/+16
* Add abstract class HistogramBase. It will be the sub class of allkaiwang@chromium.org2012-07-191-12/+8
* Move StatisticsRecorder out of histogram.cc/h for further refactoring.kaiwang@chromium.org2012-07-131-85/+0
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-2/+3
* Prevent calling internal metrics code with invalid values.rkc@chromium.org2012-01-061-3/+10
* Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES()robertshield@chromium.org2011-11-291-6/+6
* Add OVERRIDE to base/.avi@chromium.org2011-11-161-9/+10
* Support using UMA_HISTOGRAM_CUSTOM_ENUMERATION from the renderer.fischman@chromium.org2011-11-131-0/+16
* Cache the ranges_ vector and share the ranges_ vectorrtenneti@chromium.org2011-10-201-10/+77
* Fix of unused variable warnings related to DHISTOGRAM* in release builds.pph34r@gmail.com2011-10-161-8/+42
* Expand the inline documentation for the HISTOGRAM_ENUMERATION macros.isherman@chromium.org2011-10-141-1/+7
* 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-051-7/+7
* Add metrics for DHCP WPAD feature. Fix memory overwrite.joi@chromium.org2011-05-241-1/+12
* Add metric for whether Autofill is enabled or disabled.isherman@chromium.org2011-04-131-0/+9
* Use lock-free lazy initialization for static histogram referencesjar@chromium.org2011-04-051-64/+91
* 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-251-6/+7
* Remove the sum of square tally from histogramsjar@chromium.org2011-03-241-2/+0
* Relanding histogram static removal changes. This is a revert rtenneti@chromium.org2011-03-221-10/+10
* Revert 78460 - Removed the static on all histogram macros. If this changertenneti@chromium.org2011-03-211-10/+10
* Removed the static on all histogram macros. If this changertenneti@chromium.org2011-03-161-10/+10
* Revert 78333 - Removed "static" in histogram macros. Checking in tortenneti@chromium.org2011-03-161-10/+10
* Removed "static" in histogram macros. Checking in tortenneti@google.com2011-03-161-10/+10
* Reland code to detect corruption of histogram rangesjar@chromium.org2011-03-051-18/+25
* Revert 76239 - Crash when we notice a corruption of the histogram range-vectorrsimha@chromium.org2011-03-031-20/+15