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

  /external/libchrome/base/metrics/
persistent_memory_allocator.cc 263 used_histogram_(nullptr) {
397 DCHECK(!used_histogram_);
398 used_histogram_ = LinearHistogram::FactoryGet(
722 if (used_histogram_) {
727 used_histogram_->Add(used_percent);
    [all...]
persistent_memory_allocator_unittest.cc 95 EXPECT_TRUE(allocator_->used_histogram_);
97 allocator_->used_histogram_->histogram_name());
163 allocator_->used_histogram_->SnapshotSamples());
194 EXPECT_FALSE(allocator2->used_histogram_);
211 EXPECT_FALSE(allocator3->used_histogram_);
persistent_memory_allocator.h 339 HistogramBase* used_histogram_; // Histogram recording used space. variable

Completed in 52 milliseconds