Home | History | Annotate | Download | only in metrics

Lines Matching refs:samples

91 // recurring cost of executing (adding additional samples).  Toward that end,
200 // Support histograming of an enumerated value. The samples should always be
211 // Support histograming of an enumerated value. Samples should be one of the
343 // The samples should always be strictly less than |boundary_value|. For more
415 virtual int FindCorruption(const HistogramSamples& samples) const OVERRIDE;
445 virtual void AddSamples(const HistogramSamples& samples) OVERRIDE;
500 double GetPeakBucketSize(const SampleVector& samples) const;
503 void WriteAsciiHeader(const SampleVector& samples,
648 // so that invalid samples never fall into the same bucket as valid samples.