Searched refs:errors_histogram_ (Results 1 – 2 of 2) sorted by relevance
318 errors_histogram_(nullptr) { in PersistentMemoryAllocator()477 DCHECK(!errors_histogram_); in CreateTrackingHistograms()478 errors_histogram_ = SparseHistogram::FactoryGet( in CreateTrackingHistograms()883 if (errors_histogram_) in RecordError()884 errors_histogram_->Add(error); in RecordError()
678 HistogramBase* errors_histogram_; // Histogram recording errors. variable