Home
last modified time | relevance | path

Searched refs:PersistentHistogramAllocator (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_sample_map_unittest.cc17 std::unique_ptr<PersistentHistogramAllocator> CreateHistogramAllocator( in CreateHistogramAllocator()
19 return MakeUnique<PersistentHistogramAllocator>( in CreateHistogramAllocator()
23 std::unique_ptr<PersistentHistogramAllocator> DuplicateHistogramAllocator( in DuplicateHistogramAllocator()
24 PersistentHistogramAllocator* original) { in DuplicateHistogramAllocator()
25 return MakeUnique<PersistentHistogramAllocator>( in DuplicateHistogramAllocator()
32 std::unique_ptr<PersistentHistogramAllocator> allocator = in TEST()
49 std::unique_ptr<PersistentHistogramAllocator> allocator = in TEST()
66 std::unique_ptr<PersistentHistogramAllocator> allocator1 = in TEST()
74 std::unique_ptr<PersistentHistogramAllocator> allocator2 = in TEST()
102 std::unique_ptr<PersistentHistogramAllocator> allocator1 = in TEST()
[all …]
Dpersistent_histogram_allocator.cc228 struct PersistentHistogramAllocator::PersistentHistogramData {
253 PersistentHistogramAllocator::Iterator::Iterator( in Iterator()
254 PersistentHistogramAllocator* allocator) in Iterator()
258 PersistentHistogramAllocator::Iterator::GetNextWithIgnore(Reference ignore) { in GetNextWithIgnore()
268 PersistentHistogramAllocator::PersistentHistogramAllocator( in PersistentHistogramAllocator() function in base::PersistentHistogramAllocator
273 PersistentHistogramAllocator::~PersistentHistogramAllocator() {} in ~PersistentHistogramAllocator()
275 std::unique_ptr<HistogramBase> PersistentHistogramAllocator::GetHistogram( in GetHistogram()
301 std::unique_ptr<HistogramBase> PersistentHistogramAllocator::AllocateHistogram( in AllocateHistogram()
418 void PersistentHistogramAllocator::FinalizeHistogram(Reference ref, in FinalizeHistogram()
436 void PersistentHistogramAllocator::MergeHistogramDeltaToStatisticsRecorder( in MergeHistogramDeltaToStatisticsRecorder()
[all …]
Dpersistent_histogram_allocator.h172 class BASE_EXPORT PersistentHistogramAllocator {
186 explicit Iterator(PersistentHistogramAllocator* allocator);
199 PersistentHistogramAllocator* allocator_;
210 explicit PersistentHistogramAllocator(
212 virtual ~PersistentHistogramAllocator();
300 PersistentHistogramAllocator::Reference last_created() { in last_created()
370 DISALLOW_COPY_AND_ASSIGN(PersistentHistogramAllocator);
378 : public PersistentHistogramAllocator {
Dpersistent_sample_map.h25 class PersistentHistogramAllocator; variable
35 PersistentHistogramAllocator* allocator,
96 PersistentHistogramAllocator* allocator_;
Dpersistent_histogram_allocator_unittest.cc105 PersistentHistogramAllocator recovery(MakeUnique<PersistentMemoryAllocator>( in TEST_F()
107 PersistentHistogramAllocator::Iterator histogram_iter(&recovery); in TEST_F()
207 PersistentHistogramAllocator recovery1(MakeUnique<PersistentMemoryAllocator>( in TEST_F()
210 PersistentHistogramAllocator::Iterator histogram_iter1(&recovery1); in TEST_F()
253 PersistentHistogramAllocator recovery2(MakeUnique<PersistentMemoryAllocator>( in TEST_F()
256 PersistentHistogramAllocator::Iterator histogram_iter2(&recovery2); in TEST_F()
Dsparse_histogram.h24 class PersistentHistogramAllocator; variable
37 PersistentHistogramAllocator* allocator,
68 SparseHistogram(PersistentHistogramAllocator* allocator,
Dsparse_histogram.cc36 PersistentHistogramAllocator* allocator = GlobalHistogramAllocator::Get(); in FactoryGet()
77 PersistentHistogramAllocator* allocator, in PersistentCreate()
183 SparseHistogram::SparseHistogram(PersistentHistogramAllocator* allocator, in SparseHistogram()
Dstatistics_recorder_unittest.cc52 PersistentHistogramAllocator::GetCreateHistogramResultHistogram(); in StatisticsRecorderTest()
662 TestHistogramProvider(std::unique_ptr<PersistentHistogramAllocator> allocator) in TestHistogramProvider()
668 PersistentHistogramAllocator::Iterator hist_iter(allocator_.get()); in MergeHistogramDeltas()
678 std::unique_ptr<PersistentHistogramAllocator> allocator_;
Dpersistent_sample_map.cc107 PersistentHistogramAllocator* allocator, in PersistentSampleMap()
Dhistogram.cc173 PersistentHistogramAllocator::Reference histogram_ref = 0; in Build()
175 PersistentHistogramAllocator* allocator = GlobalHistogramAllocator::Get(); in Build()