Home | History | Annotate | Download | only in metrics

Lines Matching defs:histograms

329     // Since snapshots of histograms are taken asynchronously relative to
335 // not the result of a corruption. If histograms show that 1 is "too tight"
966 // The next section handles global (central) support for all histograms, as well
997 HistogramMap* histograms = NULL;
1000 histograms = histograms_;
1003 delete histograms;
1040 output->append("<html><head><title>About Histograms");
1048 Histograms snapshot;
1050 for (Histograms::iterator it = snapshot.begin();
1065 StringAppendF(output, "Collections of histograms for %s\n", query.c_str());
1067 output->append("Collections of all histograms\n");
1069 Histograms snapshot;
1071 for (Histograms::iterator it = snapshot.begin();
1080 void StatisticsRecorder::GetHistograms(Histograms* output) {
1110 Histograms* snapshot) {