OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SnapshotDelta
(Results
1 - 11
of
11
) sorted by null
/external/libchrome/base/metrics/
dummy_histogram.h
37
std::unique_ptr<HistogramSamples>
SnapshotDelta
() override;
dummy_histogram.cc
94
std::unique_ptr<HistogramSamples> DummyHistogram::
SnapshotDelta
() {
histogram_unittest.cc
179
std::unique_ptr<HistogramSamples> samples = histogram->
SnapshotDelta
();
186
samples = histogram->
SnapshotDelta
();
191
samples = histogram->
SnapshotDelta
();
195
samples = histogram->
SnapshotDelta
();
208
std::unique_ptr<HistogramSamples> samples = histogram->
SnapshotDelta
();
425
// Make sure that counts returned by Histogram::
SnapshotDelta
do not overflow
437
std::unique_ptr<HistogramSamples> samples = histogram->
SnapshotDelta
();
835
auto samples = expired->
SnapshotDelta
();
843
samples = linear_expired->
SnapshotDelta
();
854
samples = custom_expired->
SnapshotDelta
();
[
all
...]
histogram_snapshot_manager.cc
59
PrepareSamples(histogram, histogram->
SnapshotDelta
());
sparse_histogram.h
55
std::unique_ptr<HistogramSamples>
SnapshotDelta
() override;
histogram_base.h
224
virtual std::unique_ptr<HistogramSamples>
SnapshotDelta
() = 0;
227
// to
SnapshotDelta
() but do so without modifying any internal data as to
229
// method or to
SnapshotDelta
() should be done as the result would include
sparse_histogram.cc
132
std::unique_ptr<HistogramSamples> SparseHistogram::
SnapshotDelta
() {
histogram.h
216
std::unique_ptr<HistogramSamples>
SnapshotDelta
() override;
323
// Samples that have not yet been logged with
SnapshotDelta
().
326
// Accumulation of all samples that have been logged with
SnapshotDelta
().
sparse_histogram_unittest.cc
151
// Make sure that counts returned by Histogram::
SnapshotDelta
do not overflow
164
std::unique_ptr<HistogramSamples> samples = histogram->
SnapshotDelta
();
persistent_histogram_allocator.cc
461
existing->AddSamples(*histogram->
SnapshotDelta
());
[
all
...]
histogram.cc
513
std::unique_ptr<HistogramSamples> Histogram::
SnapshotDelta
() {
[
all
...]
Completed in 685 milliseconds