summaryrefslogtreecommitdiffstats
path: root/base/metrics/histogram.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-17/+22
* Reorganize histograms for persistence.bcwhite2015-12-101-0/+1
* Deprecate *_EXPORT_PRIVATE macros.xhwang2015-11-061-4/+4
* Add support to increase a UMA histogram bucket by an aribitrary integer.amohammadkhan2015-08-051-0/+2
* Optimize machine code size of UMA histogram macros.asvitkine2015-06-191-0/+40
* Move Pickle to base namespace.brettw2015-06-021-14/+13
* Split macros from base/metrics/histogram.h to histogram_macros.h.asvitkine2014-11-151-228/+9
* Cleanup: small comment fix after LOCAL_HISTOGRAM renamejeremy2014-11-111-1/+1
* Standardize usage of virtual/override/final in base/dcheng2014-10-211-27/+26
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-071-20/+20
* Add LOCAL_ prefix to non-UMA histogram macros.asvitkine2014-08-261-87/+16
* Change DCHECK_IS_ON() to DCHECK_IS_ONwangxianzhu@chromium.org2014-03-141-1/+1
* Make code generated for histogram macros more compact.asvitkine@chromium.org2014-02-151-2/+2
* Let MetricsService know about some Android Activitieskkimlabs@chromium.org2014-02-111-3/+15
* Fix multiples typos while reading histogram.etienneb@chromium.org2013-11-201-5/+5
* 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