Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dhistogram_unittest.cc160 std::unique_ptr<HistogramSamples> samples = histogram->SnapshotDelta(); in TEST_P()
167 samples = histogram->SnapshotDelta(); in TEST_P()
172 samples = histogram->SnapshotDelta(); in TEST_P()
176 samples = histogram->SnapshotDelta(); in TEST_P()
189 std::unique_ptr<HistogramSamples> samples = histogram->SnapshotDelta(); in TEST_P()
Dhistogram_snapshot_manager.cc27 PrepareSamples(histogram, histogram->SnapshotDelta()); in PrepareDelta()
Dsparse_histogram.h55 std::unique_ptr<HistogramSamples> SnapshotDelta() override;
Dhistogram_base.h195 virtual std::unique_ptr<HistogramSamples> SnapshotDelta() = 0;
Dsparse_histogram.cc128 std::unique_ptr<HistogramSamples> SparseHistogram::SnapshotDelta() { in SnapshotDelta() function in base::SparseHistogram
Dhistogram.h201 std::unique_ptr<HistogramSamples> SnapshotDelta() override;
Dpersistent_histogram_allocator.cc452 existing->AddSamples(*histogram->SnapshotDelta()); in MergeHistogramDeltaToStatisticsRecorder()
Dhistogram.cc441 std::unique_ptr<HistogramSamples> Histogram::SnapshotDelta() { in SnapshotDelta() function in base::Histogram