summaryrefslogtreecommitdiffstats
path: root/base/metrics/statistics_recorder.cc
Commit message (Expand)AuthorAgeFilesLines
* Move std::string instance inside of loop.grt@chromium.org2013-11-211-2/+1
* Add a switch to emit browser histograms.grt@chromium.org2013-11-141-0/+33
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-1/+1
* Delete Histogram.SharedRange.* suggested.acleung@chromium.org2013-05-101-55/+0
* Fix --dump-histograms-on-exit and make it work for Release builds.tonyg@chromium.org2013-05-021-7/+14
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Connect SparseHistogram with the rest of stats systemkaiwang@chromium.org2013-03-011-4/+5
* GTTF: Enable debugallocation by default (try 3 or so).phajdan.jr@chromium.org2013-01-101-1/+0
* Remove an unnecessary leak annotation.kaiwang@chromium.org2012-08-041-1/+0
* This is a major refactor of Histogram related code:kaiwang@chromium.org2012-08-011-99/+143
* This is a copy of http://codereview.chromium.org/10796047/kaiwang@chromium.org2012-07-251-13/+13
* Revert 148055 - Move CachedRanges out and add support for checksum.jochen@chromium.org2012-07-241-13/+13
* Move CachedRanges out and add support for checksum.kaiwang@chromium.org2012-07-241-13/+13
* Initialize StatisticsRecorder in Child Process to holdrtenneti@chromium.org2012-07-191-0/+13
* Add abstract class HistogramBase. It will be the sub class of allkaiwang@chromium.org2012-07-191-1/+1
* Change the FindHistogram interface of StatisticsRecorderkaiwang@chromium.org2012-07-181-7/+6
* Move StatisticsRecorder out of histogram.cc/h for further refactoring.kaiwang@chromium.org2012-07-131-0/+285