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

  /external/libchrome/base/metrics/
sample_vector.h 32 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_;
histogram.h 150 HistogramBase::AtomicCount* counts,
151 HistogramBase::AtomicCount* logged_counts,
238 HistogramBase::AtomicCount* counts,
239 HistogramBase::AtomicCount* logged_counts,
365 HistogramBase::AtomicCount* counts,
366 HistogramBase::AtomicCount* logged_counts,
408 HistogramBase::AtomicCount* counts,
409 HistogramBase::AtomicCount* logged_counts,
454 HistogramBase::AtomicCount* counts,
455 HistogramBase::AtomicCount* logged_counts
    [all...]
histogram_base.h 89 typedef subtle::Atomic32 AtomicCount; // Used to count samples.
272 AtomicCount flags_;
histogram.cc 279 HistogramBase::AtomicCount* counts,
280 HistogramBase::AtomicCount* logged_counts,
516 HistogramBase::AtomicCount* counts,
517 HistogramBase::AtomicCount* logged_counts,
822 HistogramBase::AtomicCount* counts,
823 HistogramBase::AtomicCount* logged_counts,
862 HistogramBase::AtomicCount* counts,
863 HistogramBase::AtomicCount* logged_counts,
    [all...]
histogram_samples.h 56 HistogramBase::AtomicCount redundant_count;
sample_vector.cc 28 HistogramBase::AtomicCount* counts,
129 const std::vector<HistogramBase::AtomicCount>* counts,
140 const HistogramBase::AtomicCount* counts,
persistent_histogram_allocator.cc 79 const size_t kBytesPerBucket = 2 * sizeof(HistogramBase::AtomicCount);
559 HistogramBase::AtomicCount* counts_data =
560 memory_allocator_->GetAsObject<HistogramBase::AtomicCount>(
575 HistogramBase::AtomicCount* logged_data =
    [all...]

Completed in 72 milliseconds