Searched refs:Histograms (Results 1 – 7 of 7) sorted by relevance
77 StatisticsRecorder::Histograms histograms; in TEST()152 StatisticsRecorder::Histograms histograms; in TEST()231 StatisticsRecorder::Histograms histograms; in TEST()
1048 Histograms snapshot; in WriteHTMLGraph()1050 for (Histograms::iterator it = snapshot.begin(); in WriteHTMLGraph()1069 Histograms snapshot; in WriteGraph()1071 for (Histograms::iterator it = snapshot.begin(); in WriteGraph()1080 void StatisticsRecorder::GetHistograms(Histograms* output) { in GetHistograms()1110 Histograms* snapshot) { in GetSnapshot()
685 typedef std::vector<Histogram*> Histograms; typedef707 static void GetHistograms(Histograms* output);722 static void GetSnapshot(const std::string& query, Histograms* snapshot);
113 base::StatisticsRecorder::Histograms histograms; in ValidateHistograms()
46 StatisticsRecorder::Histograms histograms;
515 StatisticsRecorder::Histograms histograms; in TransmitAllHistograms()517 for (StatisticsRecorder::Histograms::const_iterator it = histograms.begin(); in TransmitAllHistograms()
2007 TEST_F(DiskCacheBackendTest, Histograms) { in TEST_F() argument