summaryrefslogtreecommitdiffstats
path: root/base/metrics/histogram.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 76345 - Small cleanup for previous histogram checkinrsimha@chromium.org2011-03-021-7/+5
* Until we have sparse histograms, to track error codes, we are usingrtenneti@chromium.org2011-03-021-1/+1
* Small cleanup for previous histogram checkinjar@chromium.org2011-03-011-5/+7
* Fix compilation bug on ARMjar@chromium.org2011-02-281-1/+1
* Crash when we notice a corruption of the histogram range-vectorjar@chromium.org2011-02-281-15/+20
* Added CHECKs to make sure histogram caller's don't creatertenneti@chromium.org2011-02-231-0/+2
* Start sorting methods in class declarations.erg@google.com2011-01-071-8/+11
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-011-2/+3
* Properly lock access to static variables.mad@chromium.org2010-12-231-1/+1
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-091-3/+3