summaryrefslogtreecommitdiffstats
path: root/base/metrics/sparse_histogram.cc
Commit message (Expand)AuthorAgeFilesLines
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-151-1/+1
* [UMA] Remove redundant bucket_count variable from base::Histogram.isherman@chromium.org2013-06-271-3/+4
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-1/+1
* Telemetry startup tests: Add more histograms to startup testsjeremy@chromium.org2013-05-101-0/+1
* Implement write methods for SparseHistogramjrummell@chromium.org2013-04-051-2/+70
* Connect SparseHistogram with the rest of stats systemkaiwang@chromium.org2013-03-011-3/+10
* Serialize/Deserialize support in HistogramBasekaiwang@chromium.org2013-01-111-10/+32
* Histogram type support in HistogramBase and remove SetRangeDescription functionkaiwang@chromium.org2012-10-311-0/+4
* Histogram argument related changekaiwang@chromium.org2012-10-241-0/+7
* Move SnapshotSamples to HistogramBasekaiwang@chromium.org2012-10-201-2/+3
* Page cyclers: output memory histograms (approach: expose JS object)marja@chromium.org2012-10-081-0/+9
* Add SampleMap and use it in SparseHistogramkaiwang@chromium.org2012-10-051-6/+20
* Revert 159668 - This broke the reference page cyclersnsylvain@chromium.org2012-10-021-9/+0
* Page cyclers: output memory histograms (approach: expose JS object)marja@chromium.org2012-10-021-0/+9
* Skeleton code of SparseHistogramkaiwang@chromium.org2012-08-091-0/+45