HomeSort by relevance Sort by last modified time
    Searched defs:UMAHistogramHelper (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/test/base/
uma_histogram_helper.h 13 // UMAHistogramHelper provides a simple interface for examining UMA histograms.
16 class UMAHistogramHelper {
18 // UMAHistogramHelper should be created before the execution of the test case.
19 UMAHistogramHelper();
21 ~UMAHistogramHelper();
67 DISALLOW_COPY_AND_ASSIGN(UMAHistogramHelper);
uma_histogram_helper.cc 13 UMAHistogramHelper::UMAHistogramHelper() {
17 UMAHistogramHelper::~UMAHistogramHelper() {
20 void UMAHistogramHelper::PrepareSnapshot(const char* const histogram_names[],
37 void UMAHistogramHelper::Fetch() {
38 base::Closure callback = base::Bind(&UMAHistogramHelper::FetchCallback,
52 void UMAHistogramHelper::ExpectUniqueSample(
68 void UMAHistogramHelper::ExpectBucketCount(
83 void UMAHistogramHelper::ExpectTotalCount
    [all...]

Completed in 182 milliseconds