Home
last modified time | relevance | path

Searched refs:errors_histogram_ (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libchrome/base/metrics/
H A Dpersistent_memory_allocator.cc332 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()
H A Dpersistent_memory_allocator.h681 HistogramBase* errors_histogram_; // Histogram recording errors. variable
/aosp_15_r20/external/cronet/base/metrics/
H A Dpersistent_memory_allocator.cc510 DCHECK(!errors_histogram_); in CreateTrackingHistograms()
511 errors_histogram_ = LinearHistogram::FactoryGet( in CreateTrackingHistograms()
992 if (errors_histogram_) in RecordError()
993 errors_histogram_->Add(error); in RecordError()
H A Dpersistent_memory_allocator.h761 raw_ptr<HistogramBase> errors_histogram_ = nullptr; variable
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h684 HistogramBase* errors_histogram_; // Histogram recording errors. variable
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/3/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h684 HistogramBase* errors_histogram_; // Histogram recording errors. variable