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

  /external/libchrome/base/metrics/
histogram_snapshot_manager.cc 27 PrepareSamples(histogram, histogram->SnapshotDelta());
sparse_histogram.h 83 std::unique_ptr<HistogramSamples> SnapshotDelta() override;
histogram_base.h 199 virtual std::unique_ptr<HistogramSamples> SnapshotDelta() = 0;
202 // to SnapshotDelta() but do so without modifying any internal data as to
204 // method or to SnapshotDelta() should be done as the result would include
histogram_unittest.cc 159 std::unique_ptr<HistogramSamples> samples = histogram->SnapshotDelta();
166 samples = histogram->SnapshotDelta();
171 samples = histogram->SnapshotDelta();
175 samples = histogram->SnapshotDelta();
188 std::unique_ptr<HistogramSamples> samples = histogram->SnapshotDelta();
sparse_histogram.cc 128 std::unique_ptr<HistogramSamples> SparseHistogram::SnapshotDelta() {
histogram.h 206 std::unique_ptr<HistogramSamples> SnapshotDelta() override;
persistent_histogram_allocator.cc 423 existing->AddSamples(*histogram->SnapshotDelta());
    [all...]
histogram.cc 441 std::unique_ptr<HistogramSamples> Histogram::SnapshotDelta() {
    [all...]

Completed in 105 milliseconds