Home | History | Annotate | Download | only in metrics

Lines Matching refs:Sample

15 typedef HistogramBase::Sample Sample;
24 typedef std::map<HistogramBase::Sample, HistogramBase::Count*>
33 void Get(HistogramBase::Sample* min,
34 HistogramBase::Sample* max,
63 void PersistentSampleMapIterator::Get(Sample* min,
64 Sample* max,
83 // allocator or they will get attached to the wrong sample map.
86 Sample value; // The value for which this record holds a count.
90 // The type-id used to identify sample records inside an allocator.
106 void PersistentSampleMap::Accumulate(Sample value, Count count) {
112 Count PersistentSampleMap::GetCount(Sample value) const {
160 Sample value) {
181 Sample min;
182 Sample max;
195 Count* PersistentSampleMap::GetSampleCountStorage(Sample value) {
205 Count* PersistentSampleMap::GetOrCreateSampleCountStorage(Sample value) {
218 // sample will not be persistent, will not be shared, and will leak...
226 // histogram objects sharing the same sample data) could cause two of the
250 Count* PersistentSampleMap::ImportSamples(Sample until_value,