Home | History | Annotate | Download | only in metrics

Lines Matching refs:Histogram

18 // Create or find existing histogram and add the samples from pickle.
21 HistogramBase* histogram = DeserializeHistogramInfo(iter);
22 if (!histogram)
25 if (histogram->flags() & HistogramBase::kIPCSerializationSourceFlag) {
26 DVLOG(1) << "Single process mode, histogram observed and not copied: "
27 << histogram->histogram_name();
30 histogram->AddSamplesFromPickle(iter);
41 "Histogram.Inconsistencies" + caller_name, 1,
48 "Histogram.Inconsistencies" + caller_name + "Unique", 1,
54 Histogram::FactoryGet(
55 "Histogram.InconsistentSnapshot" + caller_name, 1, 1000000, 50,
69 Histogram::kIPCSerializationSourceFlag, Histogram::kNoFlags);
85 const HistogramBase& histogram,
90 histogram.SerializeInfo(&pickle);