Searched refs:histogram (Results 1 – 1 of 1) sorted by relevance
96 Histogram<uint64_t>* histogram; in AddPair() local102 histogram = new Histogram<uint64_t>(label.c_str(), kInitialBucketSize, max_buckets); in AddPair()103 histograms_.insert(histogram); in AddPair()105 histogram = *it; in AddPair()107 histogram->AddValue(delta_time); in AddPair()122 for (Histogram<uint64_t>* histogram : sorted_histograms) { in DumpHistogram()125 histogram->CreateHistogram(&cumulative_data); in DumpHistogram()126 histogram->PrintConfidenceIntervals(os, 0.99, cumulative_data); in DumpHistogram()