HomeSort by relevance Sort by last modified time
    Searched full:custom_samples (Results 1 - 1 of 1) sorted by null

  /external/libchrome/base/metrics/
histogram_unittest.cc 301 scoped_ptr<SampleVector> custom_samples = local
303 EXPECT_EQ(2, custom_samples->GetCountAtIndex(0));
304 EXPECT_EQ(0, custom_samples->GetCountAtIndex(1));
306 EXPECT_EQ(0, custom_samples->GetCountAtIndex(bucket_count - 2));
307 EXPECT_EQ(3, custom_samples->GetCountAtIndex(bucket_count - 1));

Completed in 707 milliseconds