Home
last modified time | relevance | path

Searched refs:PersistentSampleVector (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/metrics/
Dsample_vector.h133 class BASE_EXPORT PersistentSampleVector : public SampleVectorBase {
135 PersistentSampleVector(uint64_t id,
139 ~PersistentSampleVector() override;
149 DISALLOW_COPY_AND_ASSIGN(PersistentSampleVector);
Dsample_vector.cc305 PersistentSampleVector::PersistentSampleVector( in PersistentSampleVector() function in base::PersistentSampleVector
330 PersistentSampleVector::~PersistentSampleVector() = default;
332 bool PersistentSampleVector::MountExistingCountsStorage() const { in MountExistingCountsStorage()
351 PersistentSampleVector::CreateCountsStorageWhileLocked() { in CreateCountsStorageWhileLocked()
Dsample_vector_unittest.cc372 TEST_F(SampleVectorTest, PersistentSampleVector) { in TEST_F() argument
391 PersistentSampleVector samples1(0, &ranges, &samples_meta, allocation); in TEST_F()
399 PersistentSampleVector samples2(0, &ranges, &samples_meta, allocation); in TEST_F()
441 PersistentSampleVector samples3(0, &ranges, &samples_meta, allocation); in TEST_F()
484 PersistentSampleVector samples1(0, &ranges, &samples_meta, allocation); in TEST_F()
512 PersistentSampleVector samples2(0, &ranges, &samples_meta, allocation); in TEST_F()
Dhistogram.cc606 new PersistentSampleVector(HashMetricName(name), ranges, meta, counts)); in Histogram()
607 logged_samples_.reset(new PersistentSampleVector( in Histogram()