Home | History | Annotate | Download | only in metrics

Lines Matching refs:Sample

14 typedef HistogramBase::Sample Sample;
23 typedef std::map<HistogramBase::Sample, HistogramBase::Count>
32 void Get(HistogramBase::Sample* min,
33 HistogramBase::Sample* max,
61 void SampleMapIterator::Get(Sample* min, Sample* max, Count* count) const {
85 void SampleMap::Accumulate(Sample value, Count count) {
91 Count SampleMap::GetCount(Sample value) const {
92 std::map<Sample, Count>::const_iterator it = sample_counts_.find(value);
111 Sample min;
112 Sample max;