Searched refs:FactoryMicrosecondsTimeGet (Results 1 – 4 of 4) sorted by relevance
129 static HistogramBase* FactoryMicrosecondsTimeGet(const std::string& name,148 static HistogramBase* FactoryMicrosecondsTimeGet(const char* name,
256 base::Histogram::FactoryMicrosecondsTimeGet( \
271 HistogramBase* Histogram::FactoryMicrosecondsTimeGet(const std::string& name, in FactoryMicrosecondsTimeGet() function in base::Histogram298 HistogramBase* Histogram::FactoryMicrosecondsTimeGet(const char* name, in FactoryMicrosecondsTimeGet() function in base::Histogram303 return FactoryMicrosecondsTimeGet(std::string(name), minimum, maximum, in FactoryMicrosecondsTimeGet()
96 return Histogram::FactoryMicrosecondsTimeGet( in GetLatencyHistogram()