HomeSort by relevance Sort by last modified time
    Searched full:histogram_flattener_ (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/metrics/
histogram_snapshot_manager.cc 19 : histogram_flattener_(histogram_flattener) {
20 DCHECK(histogram_flattener_);
38 DCHECK(histogram_flattener_);
76 histogram_flattener_->InconsistencyDetected(
83 histogram_flattener_->UniqueInconsistencyDetected(
89 histogram_flattener_->RecordDelta(*histogram, *samples);
100 histogram_flattener_->InconsistencyDetectedInLoggedCount(discrepancy);
histogram_snapshot_manager.h 35 // Snapshot all histograms, and ask |histogram_flattener_| to record the
87 // |histogram_flattener_| handles the logistics of recording the histogram
89 HistogramFlattener* histogram_flattener_; // Weak. member in class:base::HistogramSnapshotManager

Completed in 324 milliseconds