Searched refs:errors_histogram_ (Results 1 – 2 of 2) sorted by relevance
332 errors_histogram_(nullptr) { in PersistentMemoryAllocator()491 DCHECK(!errors_histogram_); in CreateTrackingHistograms()492 errors_histogram_ = SparseHistogram::FactoryGet( in CreateTrackingHistograms()919 if (errors_histogram_) in RecordError()920 errors_histogram_->Add(error); in RecordError()
681 HistogramBase* errors_histogram_; // Histogram recording errors. variable