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

  /external/libchrome/base/metrics/
histogram_snapshot_manager.cc 22 STLDeleteValues(&logged_samples_);
77 auto it = logged_samples_.find(histogram_hash);
78 if (it == logged_samples_.end()) {
82 logged_samples_[histogram_hash] = to_log;
histogram_snapshot_manager.h 54 std::map<uint64_t, HistogramSamples*> logged_samples_; member in class:base::HistogramSnapshotManager

Completed in 60 milliseconds