Home | History | Annotate | Download | only in metrics

Lines Matching refs:histogram_name

217   pickle.WriteString(histogram.histogram_name());
237 std::string histogram_name;
247 if (!pickle.ReadString(&iter, &histogram_name) ||
255 LOG(ERROR) << "Pickle error decoding Histogram: " << histogram_name;
263 LOG(ERROR) << "Values error decoding Histogram: " << histogram_name;
275 histogram_name, declared_min, declared_max, bucket_count, flags);
278 histogram_name, declared_min, declared_max, bucket_count, flags);
280 render_histogram = BooleanHistogram::FactoryGet(histogram_name, flags);
295 << histogram_name;
616 histogram_name().c_str(),
1023 const std::string name = histogram->histogram_name();
1089 DCHECK_EQ(it->first, it->second->histogram_name());