Searched refs:PersistentHistogramAllocator (Results 1 – 10 of 10) sorted by relevance
17 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 …]
228 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::PersistentHistogramAllocator273 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 …]
172 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 {
25 class PersistentHistogramAllocator; variable35 PersistentHistogramAllocator* allocator,96 PersistentHistogramAllocator* allocator_;
105 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()
24 class PersistentHistogramAllocator; variable37 PersistentHistogramAllocator* allocator,68 SparseHistogram(PersistentHistogramAllocator* allocator,
36 PersistentHistogramAllocator* allocator = GlobalHistogramAllocator::Get(); in FactoryGet()77 PersistentHistogramAllocator* allocator, in PersistentCreate()183 SparseHistogram::SparseHistogram(PersistentHistogramAllocator* allocator, in SparseHistogram()
52 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_;
107 PersistentHistogramAllocator* allocator, in PersistentSampleMap()
173 PersistentHistogramAllocator::Reference histogram_ref = 0; in Build()175 PersistentHistogramAllocator* allocator = GlobalHistogramAllocator::Get(); in Build()