Home | History | Annotate | Download | only in base

Lines Matching defs:histogram

35   base::HistogramBase* histogram =
37 EXPECT_NE(static_cast<base::HistogramBase*>(NULL), histogram)
38 << "Histogram \"" << name << "\" does not exist.";
40 if (histogram) {
41 scoped_ptr<base::HistogramSamples> samples(histogram->SnapshotSamples());
50 base::HistogramBase* histogram =
52 EXPECT_NE(static_cast<base::HistogramBase*>(NULL), histogram)
53 << "Histogram \"" << name << "\" does not exist.";
55 if (histogram) {
56 scoped_ptr<base::HistogramSamples> samples(histogram->SnapshotSamples());
71 << "Histogram \"" << name
81 << "Histogram \"" << name