Home | History | Annotate | Download | only in metrics

Lines Matching refs:HistogramBase

57       INT_MAX / sizeof(HistogramBase::Count) <= *bucket_count ||
65 DCHECK(*flags & HistogramBase::kIPCSerializationSourceFlag);
66 *flags &= ~HistogramBase::kIPCSerializationSourceFlag;
71 bool ValidateRangeChecksum(const HistogramBase& histogram,
81 typedef HistogramBase::Count Count;
82 typedef HistogramBase::Sample Sample;
87 HistogramBase* Histogram::FactoryGet(const std::string& name,
96 HistogramBase* histogram = StatisticsRecorder::FindHistogram(name);
126 HistogramBase* Histogram::FactoryTimeGet(const std::string& name,
136 HistogramBase* Histogram::FactoryGet(const char* name,
144 HistogramBase* Histogram::FactoryTimeGet(const char* name,
188 ranges->set_range(ranges->bucket_count(), HistogramBase::kSampleType_MAX);
339 : HistogramBase(name),
376 HistogramBase* Histogram::DeserializeInfoImpl(PickleIterator* iter) {
390 HistogramBase* histogram = Histogram::FactoryGet(
550 HistogramBase* LinearHistogram::FactoryGet(const std::string& name,
559 HistogramBase* LinearHistogram::FactoryTimeGet(const std::string& name,
569 HistogramBase* LinearHistogram::FactoryGet(const char* name,
577 HistogramBase* LinearHistogram::FactoryTimeGet(const char* name,
586 HistogramBase* LinearHistogram::FactoryGetWithRangeDescription(
597 HistogramBase* histogram = StatisticsRecorder::FindHistogram(name);
678 ranges->set_range(ranges->bucket_count(), HistogramBase::kSampleType_MAX);
683 HistogramBase* LinearHistogram::DeserializeInfoImpl(PickleIterator* iter) {
696 HistogramBase* histogram = LinearHistogram::FactoryGet(
709 HistogramBase* BooleanHistogram::FactoryGet(const std::string& name,
711 HistogramBase* histogram = StatisticsRecorder::FindHistogram(name);
731 HistogramBase* BooleanHistogram::FactoryGet(const char* name, int32_t flags) {
743 HistogramBase* BooleanHistogram::DeserializeInfoImpl(PickleIterator* iter) {
756 HistogramBase* histogram = BooleanHistogram::FactoryGet(
769 HistogramBase* CustomHistogram::FactoryGet(
775 HistogramBase* histogram = StatisticsRecorder::FindHistogram(name);
795 HistogramBase* CustomHistogram::FactoryGet(
847 HistogramBase* CustomHistogram::DeserializeInfoImpl(PickleIterator* iter) {
868 HistogramBase* histogram = CustomHistogram::FactoryGet(
883 if (sample < 0 || sample > HistogramBase::kSampleType_MAX - 1)
897 ranges.push_back(HistogramBase::kSampleType_MAX);