Home
last modified time | relevance | path

Searched refs:AtomicCount (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram.h145 HistogramBase::AtomicCount* counts,
146 HistogramBase::AtomicCount* logged_counts,
233 HistogramBase::AtomicCount* counts,
234 HistogramBase::AtomicCount* logged_counts,
360 HistogramBase::AtomicCount* counts,
361 HistogramBase::AtomicCount* logged_counts,
403 HistogramBase::AtomicCount* counts,
404 HistogramBase::AtomicCount* logged_counts,
449 HistogramBase::AtomicCount* counts,
450 HistogramBase::AtomicCount* logged_counts,
[all …]
Dsample_vector.h32 HistogramBase::AtomicCount* counts,
60 std::vector<HistogramBase::AtomicCount> local_counts_;
65 HistogramBase::AtomicCount* counts_;
76 SampleVectorIterator(const std::vector<HistogramBase::AtomicCount>* counts,
78 SampleVectorIterator(const HistogramBase::AtomicCount* counts,
96 const HistogramBase::AtomicCount* counts_;
Dhistogram.cc279 HistogramBase::AtomicCount* counts, in PersistentCreate()
280 HistogramBase::AtomicCount* logged_counts, in PersistentCreate()
516 HistogramBase::AtomicCount* counts, in Histogram()
517 HistogramBase::AtomicCount* logged_counts, in Histogram()
820 HistogramBase::AtomicCount* counts, in PersistentCreate()
821 HistogramBase::AtomicCount* logged_counts, in PersistentCreate()
860 HistogramBase::AtomicCount* counts, in LinearHistogram()
861 HistogramBase::AtomicCount* logged_counts, in LinearHistogram()
967 HistogramBase::AtomicCount* counts, in PersistentCreate()
968 HistogramBase::AtomicCount* logged_counts, in PersistentCreate()
[all …]
Dsample_vector.cc28 HistogramBase::AtomicCount* counts, in SampleVector()
129 const std::vector<HistogramBase::AtomicCount>* counts, in SampleVectorIterator()
140 const HistogramBase::AtomicCount* counts, in SampleVectorIterator()
Dhistogram_base.h88 typedef subtle::Atomic32 AtomicCount; // Used to count samples. typedef
268 AtomicCount flags_;
Dpersistent_histogram_allocator.cc81 const size_t kBytesPerBucket = 2 * sizeof(HistogramBase::AtomicCount); in CalculateRequiredCountsBytes()
584 HistogramBase::AtomicCount* counts_data = in CreateHistogram()
585 memory_allocator_->GetAsArray<HistogramBase::AtomicCount>( in CreateHistogram()
601 HistogramBase::AtomicCount* logged_data = in CreateHistogram()
Dhistogram_samples.h59 HistogramBase::AtomicCount redundant_count;