Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_sample_map_unittest.cc17 std::unique_ptr<PersistentHistogramAllocator> CreateHistogramAllocator( in CreateHistogramAllocator()
19 return std::make_unique<PersistentHistogramAllocator>( in CreateHistogramAllocator()
23 std::unique_ptr<PersistentHistogramAllocator> DuplicateHistogramAllocator( in DuplicateHistogramAllocator()
24 PersistentHistogramAllocator* original) { in DuplicateHistogramAllocator()
25 return std::make_unique<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.cc232 struct PersistentHistogramAllocator::PersistentHistogramData {
257 PersistentHistogramAllocator::Iterator::Iterator( in Iterator()
258 PersistentHistogramAllocator* allocator) in Iterator()
262 PersistentHistogramAllocator::Iterator::GetNextWithIgnore(Reference ignore) { in GetNextWithIgnore()
272 PersistentHistogramAllocator::PersistentHistogramAllocator( in PersistentHistogramAllocator() function in base::PersistentHistogramAllocator
277 PersistentHistogramAllocator::~PersistentHistogramAllocator() = default;
279 std::unique_ptr<HistogramBase> PersistentHistogramAllocator::GetHistogram( in GetHistogram()
309 std::unique_ptr<HistogramBase> PersistentHistogramAllocator::AllocateHistogram( in AllocateHistogram()
428 void PersistentHistogramAllocator::FinalizeHistogram(Reference ref, in FinalizeHistogram()
446 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();
297 PersistentHistogramAllocator::Reference last_created() { in last_created()
328 DISALLOW_COPY_AND_ASSIGN(PersistentHistogramAllocator);
336 : public PersistentHistogramAllocator {
Dpersistent_sample_map.h25 class PersistentHistogramAllocator; variable
35 PersistentHistogramAllocator* allocator,
96 PersistentHistogramAllocator* allocator_;
Dsparse_histogram.h24 class PersistentHistogramAllocator; variable
37 PersistentHistogramAllocator* allocator,
68 SparseHistogram(PersistentHistogramAllocator* allocator,
Dpersistent_histogram_allocator_unittest.cc106 PersistentHistogramAllocator recovery( in TEST_F()
109 PersistentHistogramAllocator::Iterator histogram_iter(&recovery); in TEST_F()
259 PersistentHistogramAllocator recovery1( in TEST_F()
263 PersistentHistogramAllocator::Iterator histogram_iter1(&recovery1); in TEST_F()
306 PersistentHistogramAllocator recovery2( in TEST_F()
310 PersistentHistogramAllocator::Iterator histogram_iter2(&recovery2); in TEST_F()
Dsparse_histogram.cc43 PersistentHistogramAllocator* allocator = GlobalHistogramAllocator::Get(); in FactoryGet()
80 PersistentHistogramAllocator* allocator, in PersistentCreate()
185 SparseHistogram::SparseHistogram(PersistentHistogramAllocator* allocator, in SparseHistogram()
Dpersistent_histogram_storage.cc39 PersistentHistogramAllocator* allocator = GlobalHistogramAllocator::Get(); in ~PersistentHistogramStorage()
Dstatistics_recorder_unittest.cc641 TestHistogramProvider(std::unique_ptr<PersistentHistogramAllocator> allocator) in TestHistogramProvider()
647 PersistentHistogramAllocator::Iterator hist_iter(allocator_.get()); in MergeHistogramDeltas()
657 std::unique_ptr<PersistentHistogramAllocator> allocator_;
Dpersistent_sample_map.cc102 PersistentHistogramAllocator* allocator, in PersistentSampleMap()
Dhistogram.cc191 PersistentHistogramAllocator::Reference histogram_ref = 0; in Build()
193 PersistentHistogramAllocator* allocator = GlobalHistogramAllocator::Get(); in Build()