Home
last modified time | relevance | path

Searched refs:used_histogram_ (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_memory_allocator.cc331 used_histogram_(nullptr), in PersistentMemoryAllocator()
486 DCHECK(!used_histogram_); in CreateTrackingHistograms()
487 used_histogram_ = LinearHistogram::FactoryGet( in CreateTrackingHistograms()
937 if (used_histogram_) { in UpdateTrackingHistograms()
942 used_histogram_->Add(used_percent); in UpdateTrackingHistograms()
Dpersistent_memory_allocator_unittest.cc113 EXPECT_TRUE(allocator_->used_histogram_); in TEST_F()
115 allocator_->used_histogram_->histogram_name()); in TEST_F()
217 allocator_->used_histogram_->SnapshotSamples()); in TEST_F()
233 EXPECT_FALSE(allocator2->used_histogram_); in TEST_F()
248 EXPECT_FALSE(allocator3->used_histogram_); in TEST_F()
Dpersistent_memory_allocator.h680 HistogramBase* used_histogram_; // Histogram recording used space. variable