Home | History | Annotate | Download | only in metrics

Lines Matching refs:HistogramBase

14 // (HistogramBase::kSampleType_MAX - 1). However, there will always be underflow
25 // HistogramBase::kSampleType_MAX are implicitly added as first and last ranges,
100 class BASE_EXPORT Histogram : public HistogramBase {
119 static HistogramBase* FactoryGet(const std::string& name,
124 static HistogramBase* FactoryTimeGet(const std::string& name,
129 static HistogramBase* FactoryMicrosecondsTimeGet(const std::string& name,
138 static HistogramBase* FactoryGet(const char* name,
143 static HistogramBase* FactoryTimeGet(const char* name,
148 static HistogramBase* FactoryMicrosecondsTimeGet(const char* name,
155 static std::unique_ptr<HistogramBase> PersistentCreate(
207 // HistogramBase implementation:
257 // HistogramBase implementation:
281 friend BASE_EXPORT HistogramBase* DeserializeHistogramInfo(
283 static HistogramBase* DeserializeInfoImpl(base::PickleIterator* iter);
348 HistogramBase* FactoryGet(const std::string& name,
353 static HistogramBase* FactoryTimeGet(const std::string& name,
362 static HistogramBase* FactoryGet(const char* name,
367 static HistogramBase* FactoryTimeGet(const char* name,
374 static std::unique_ptr<HistogramBase> PersistentCreate(
394 static HistogramBase* FactoryGetWithRangeDescription(
437 friend BASE_EXPORT HistogramBase* DeserializeHistogramInfo(
439 static HistogramBase* DeserializeInfoImpl(base::PickleIterator* iter);
504 static HistogramBase* FactoryGet(const std::string& name, int32_t flags);
509 static HistogramBase* FactoryGet(const char* name, int32_t flags);
512 static std::unique_ptr<HistogramBase> PersistentCreate(
534 friend BASE_EXPORT HistogramBase* DeserializeHistogramInfo(
536 static HistogramBase* DeserializeInfoImpl(base::PickleIterator* iter);
550 static HistogramBase* FactoryGet(const std::string& name,
557 static HistogramBase* FactoryGet(const char* name,
562 static std::unique_ptr<HistogramBase> PersistentCreate(
593 // HistogramBase implementation:
599 friend BASE_EXPORT HistogramBase* DeserializeHistogramInfo(
601 static HistogramBase* DeserializeInfoImpl(base::PickleIterator* iter);