Home | History | Annotate | Download | only in metrics

Lines Matching refs:sample

23 #define HISTOGRAM_SPARSE_COMMON(name, sample, flag) \
28 histogram->Add(sample); \
31 #define HISTOGRAM_SPARSE_SLOWLY(name, sample) \
32 HISTOGRAM_SPARSE_COMMON(name, sample, base::HistogramBase::kNoFlags)
34 #define UMA_HISTOGRAM_SPARSE_SLOWLY(name, sample) \
35 HISTOGRAM_SPARSE_COMMON(name, sample, \
42 #define DHISTOGRAM_SPARSE_SLOWLY(name, sample) \
43 HISTOGRAM_SPARSE_SLOWLY(name, sample)
47 #define DHISTOGRAM_SPARSE_SLOWLY(name, sample) \
50 static_cast<void>(sample); \
68 Sample expected_minimum,
69 Sample expected_maximum,
71 virtual void Add(Sample value) OVERRIDE;