summaryrefslogtreecommitdiffstats
path: root/base/metrics/histogram_flattener.h
Commit message (Collapse)AuthorAgeFilesLines
* Connect SparseHistogram with the rest of stats systemkaiwang@chromium.org2013-03-011-5/+5
| | | | | | | | | | | | | With this CL, SparseHistogram is usable with SparseHistogram::FactoryGet. Next step is to implement a Histogram like macro and implement WriteHTMLGraph and WriteAscii to have a nice output. BUG=139612 Review URL: https://chromiumcodereview.appspot.com/12207058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185451 0039d316-1c4b-4281-b951-d872f2087c98
* This is the continuation of https://codereview.chromium.org/11615008/ kaiwang@chromium.org2013-01-241-2/+1
| | | | | | | | BUG=139612 Review URL: https://chromiumcodereview.appspot.com/12051044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178550 0039d316-1c4b-4281-b951-d872f2087c98
* SampleSet -> HistogramSamples which can be reused by SparseHistogramkaiwang@chromium.org2012-09-221-2/+4
| | | | | | | | BUG=139612 Review URL: https://chromiumcodereview.appspot.com/10829466 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158166 0039d316-1c4b-4281-b951-d872f2087c98
* Add comments to HistogramFlatterner interface and rename a functionkaiwang@chromium.org2012-08-201-7/+17
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10857067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152434 0039d316-1c4b-4281-b951-d872f2087c98
* Histograms - Support histograms for Plugins, GPUrtenneti@google.com2012-07-121-0/+40
and all child processes. Renderer processes also use this new method to send histograms to browser. This code is similar to the code that gets profiler data from all processes. R=jar@chromium.org,jam@chromium.org TEST=browser unit tests, interactive UI tests BUG=114013 Review URL: https://chromiumcodereview.appspot.com/10454086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146394 0039d316-1c4b-4281-b951-d872f2087c98