summaryrefslogtreecommitdiffstats
path: root/base/metrics/histogram.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert of Collect information about failing histogram factory calls. (patchse...bcwhite2016-03-221-91/+9
* Collect information about failing histogram factory calls.bcwhite2016-03-171-9/+91
* Add support for persistent sparse histograms.bcwhite2016-03-171-6/+5
* Report histogram creation results.bcwhite2016-03-161-1/+7
* Refactor histogram_persistence to be a class.bcwhite2016-03-161-33/+41
* Revert of Collect information about failing histogram factory calls. (patchse...bcwhite2016-03-141-86/+6
* Collect information about failing histogram factory calls.bcwhite2016-03-131-6/+86
* Revert of Collect information about failing histogram factory calls. (patchse...bcwhite2016-03-111-86/+6
* Collect information about failing histogram factory calls.bcwhite2016-03-101-6/+86
* Revert of Collect information about failing histogram factory calls. (patchse...bcwhite2016-03-091-86/+6
* Collect information about failing histogram factory calls.bcwhite2016-03-091-6/+86
* Revert of Collect information about failing histogram factory calls. (patchse...bcwhite2016-03-081-86/+6
* Collect information about failing histogram factory calls.bcwhite2016-03-081-6/+86
* Revert of Collect information about failing histogram factory calls. (patchse...bcwhite2016-03-071-86/+6
* Collect information about failing histogram factory calls.bcwhite2016-03-061-6/+86
* Revert of Collect information about failing histogram factory calls. (patchse...bcwhite2016-03-051-58/+6
* Collect information about failing histogram factory calls.bcwhite2016-03-041-6/+58
* Revert of Collect information about failing histogram factory calls. (patchse...bcwhite2016-03-041-49/+6
* Collect information about failing histogram factory calls.bcwhite2016-03-031-6/+49
* Revert of Collect information about failing histogram factory calls. (patchse...dimich2016-03-031-46/+6
* Collect information about failing histogram factory calls.bcwhite2016-03-031-6/+46
* Create alias of variable so it lives for crash-reporting.bcwhite2016-02-191-0/+2
* Merge multiple histogram snapshots into single one for reporting.bcwhite2016-02-181-29/+63
* Switch histogram struct members that are sent over IPC to use uint32_t instea...jam2016-02-081-55/+55
* Fix static lock creation to be thread-safe.bcwhite2016-02-071-2/+1
* Revert of Fix static lock creation to be thread-safe. (patchset #1 id:1 of ht...jyasskin2016-02-061-1/+2
* Fix static lock creation to be thread-safe.bcwhite2016-02-051-2/+1
* Disable call to function with improper locking.bcwhite2016-02-041-1/+2
* Support "shared" histograms between processes.bcwhite2016-02-011-107/+327
* Switch to standard integer types in base/.avi2015-12-261-30/+31
* Reorganize histograms for persistence.bcwhite2015-12-101-2/+8
* base: Use std::move() instead of Pass() for real movable types.danakj2015-11-251-2/+2
* Add support to increase a UMA histogram bucket by an aribitrary integer.amohammadkhan2015-08-051-1/+9
* Slow Reports - Add callbacks to histograms.simonhatch2015-07-151-0/+2
* Optimize machine code size of UMA histogram macros.asvitkine2015-06-191-0/+45
* Change histogram.h includes to histogram_macros.h in metrics code.asvitkine2015-06-161-0/+1
* Clean up base histograms code.asvitkine2015-05-271-36/+35
* Add missing .Pass() on return of SampleVectorscottmg2015-01-271-1/+1
* Fix Histogram shadowing warning on vs2015scottmg2015-01-271-3/+3
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-151-2/+2
* Add Read/WriteSizeT() functions to the pickle layer, plus one consumer.pkasting2014-10-021-7/+7
* Fix more disabled MSVC warnings, base/ edition.pkasting2014-10-011-4/+6
* Add LOCAL_ prefix to non-UMA histogram macros.asvitkine2014-08-261-8/+0
* Return a NULL histogram pointer on construction errorelijahtaylor@chromium.org2014-03-131-2/+20
* [UMA] Remove redundant bucket_count variable from base::Histogram.isherman@chromium.org2013-06-271-31/+24
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-2/+2
* Telemetry startup tests: Add more histograms to startup testsjeremy@chromium.org2013-05-101-1/+4
* Fix --dump-histograms-on-exit and make it work for Release builds.tonyg@chromium.org2013-05-021-5/+0
* Implement write methods for SparseHistogramjrummell@chromium.org2013-04-051-27/+1
* Connect SparseHistogram with the rest of stats systemkaiwang@chromium.org2013-03-011-46/+10