Lines Matching defs:ScaledLinearHistogram
1023 // ScaledLinearHistogram: This is a wrapper around a LinearHistogram that
1027 ScaledLinearHistogram::ScaledLinearHistogram(const char* name,
1044 << " ScaledLinearHistogram requires buckets of size 1";
1049 ScaledLinearHistogram::~ScaledLinearHistogram() = default;
1051 void ScaledLinearHistogram::AddScaledCount(Sample value, int count) {
1068 // ScaledLinearHistogram currently requires 1-to-1 mappings between value