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

  /external/libchrome/base/metrics/
histogram_snapshot_manager.h 21 // HistogramSnapshotManager handles the logistics of gathering up available
28 class BASE_EXPORT HistogramSnapshotManager {
30 explicit HistogramSnapshotManager(HistogramFlattener* histogram_flattener);
31 virtual ~HistogramSnapshotManager();
64 DISALLOW_COPY_AND_ASSIGN(HistogramSnapshotManager);
histogram_snapshot_manager.cc 15 HistogramSnapshotManager::HistogramSnapshotManager(
21 HistogramSnapshotManager::~HistogramSnapshotManager() {
25 void HistogramSnapshotManager::PrepareDeltas(
39 void HistogramSnapshotManager::PrepareDelta(const HistogramBase& histogram) {
95 void HistogramSnapshotManager::InspectLoggedSamplesInconsistency(
histogram_delta_serialization.h 52 HistogramSnapshotManager histogram_snapshot_manager_;
histogram_snapshot_manager_unittest.cc 59 HistogramSnapshotManager histogram_snapshot_manager_;
  /system/core/metricsd/uploader/
upload_service.h 147 // Callback for HistogramSnapshotManager to store the histograms.
165 base::HistogramSnapshotManager histogram_snapshot_manager_;

Completed in 220 milliseconds