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

  /external/chromium_org/base/metrics/
histogram_snapshot_manager.cc 20 : histogram_flattener_(histogram_flattener) {
21 DCHECK(histogram_flattener_);
44 DCHECK(histogram_flattener_);
69 histogram_flattener_->InconsistencyDetected(
76 histogram_flattener_->UniqueInconsistencyDetected(
98 histogram_flattener_->RecordDelta(histogram, *to_log);
109 histogram_flattener_->InconsistencyDetectedInLoggedCount(discrepancy);
histogram_snapshot_manager.h 31 // Snapshot all histograms, and ask |histogram_flattener_| to record the
52 // |histogram_flattener_| handles the logistics of recording the histogram
54 HistogramFlattener* histogram_flattener_; // Weak. member in class:base::HistogramSnapshotManager

Completed in 596 milliseconds