Home
last modified time | relevance | path

Searched refs:SnapshotDelta (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram_unittest.cc159 std::unique_ptr<HistogramSamples> samples = histogram->SnapshotDelta(); in TEST_P()
166 samples = histogram->SnapshotDelta(); in TEST_P()
171 samples = histogram->SnapshotDelta(); in TEST_P()
175 samples = histogram->SnapshotDelta(); in TEST_P()
188 std::unique_ptr<HistogramSamples> samples = histogram->SnapshotDelta(); in TEST_P()
Dhistogram_snapshot_manager.cc27 PrepareSamples(histogram, histogram->SnapshotDelta()); in PrepareDelta()
Dsparse_histogram.h83 std::unique_ptr<HistogramSamples> SnapshotDelta() override;
Dhistogram_base.h199 virtual std::unique_ptr<HistogramSamples> SnapshotDelta() = 0;
Dsparse_histogram.cc128 std::unique_ptr<HistogramSamples> SparseHistogram::SnapshotDelta() { in SnapshotDelta() function in base::SparseHistogram
Dhistogram.h206 std::unique_ptr<HistogramSamples> SnapshotDelta() override;
Dpersistent_histogram_allocator.cc423 existing->AddSamples(*histogram->SnapshotDelta()); in MergeHistogramDeltaToStatisticsRecorder()
Dhistogram.cc441 std::unique_ptr<HistogramSamples> Histogram::SnapshotDelta() { in SnapshotDelta() function in base::Histogram