Home | History | Annotate | Download | only in metrics

Lines Matching refs:HistogramBase

18 typedef HistogramBase::Count Count;
19 typedef HistogramBase::Sample Sample;
22 HistogramBase* SparseHistogram::FactoryGet(const std::string& name,
24 HistogramBase* histogram = StatisticsRecorder::FindHistogram(name);
28 HistogramBase* tentative_histogram = new SparseHistogram(name);
105 : HistogramBase(name),
108 HistogramBase* SparseHistogram::DeserializeInfoImpl(PickleIterator* iter) {
116 DCHECK(flags & HistogramBase::kIPCSerializationSourceFlag);
117 flags &= ~HistogramBase::kIPCSerializationSourceFlag;
123 // TODO(kaiwang): Implement. (See HistogramBase::WriteJSON.)
129 // TODO(kaiwang): Implement. (See HistogramBase::WriteJSON.)