Lines Matching refs:samples
30 // We know the exact number of samples in a bucket, and that no other bucket
31 // should have samples. Measures the diff from the snapshot taken when this
37 // We know the exact number of samples in a bucket, but other buckets may
38 // have samples as well. Measures the diff from the snapshot taken when this
44 // We don't know the values of the samples, but we know how many there are.
57 // |expected_count|. The bucket's current value is determined from |samples|
62 base::HistogramSamples& samples) const;
65 // is |expected_count|. This is checked against |samples| minus the snapshot
69 base::HistogramSamples& samples) const;
72 // lifecycle. This instance takes ownership of the samples, which are deleted