Home | History | Annotate | Download | only in metrics

Lines Matching refs:Sample

53   typedef int Sample;  // Used for samples.
56 static const Sample kSampleType_MAX; // INT_MAX
99 virtual bool HasConstructionArguments(Sample expected_minimum,
100 Sample expected_maximum,
103 virtual void Add(Sample value) = 0;
105 // 2 convenient functions that call Add(Sample).
121 // Snapshot the current complete set of sample data.
141 // Writes information about the current (non-empty) buckets and their sample
142 // counts to |buckets|, the total sample count to |count| and the total sum
154 const std::string GetSimpleAsciiBucketRange(Sample sample) const;