Searched defs:Histograms (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/metrics/
H A Dstatistics_recorder.h5 // StatisticsRecorder holds all Histograms and BucketRanges that are used by
6 // Histograms in the system. It provides a general place for
7 // Histograms/BucketRanges to register, and supports a global API for accessing
31 typedef std::vector<HistogramBase*> Histograms; typedef in class:base::StatisticsRecorder
63 static void GetHistograms(Histograms* output);
73 // caller supplied vector (Histograms). Only histograms which have |query| as
76 static void GetSnapshot(const std::string& query, Histograms* snapshot);

Completed in 345 milliseconds