Home
last modified time | relevance | path

Searched refs:FactoryMicrosecondsTimeGet (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram.h129 static HistogramBase* FactoryMicrosecondsTimeGet(const std::string& name,
148 static HistogramBase* FactoryMicrosecondsTimeGet(const char* name,
Dhistogram_macros.h256 base::Histogram::FactoryMicrosecondsTimeGet( \
Dhistogram.cc271 HistogramBase* Histogram::FactoryMicrosecondsTimeGet(const std::string& name, in FactoryMicrosecondsTimeGet() function in base::Histogram
298 HistogramBase* Histogram::FactoryMicrosecondsTimeGet(const char* name, in FactoryMicrosecondsTimeGet() function in base::Histogram
303 return FactoryMicrosecondsTimeGet(std::string(name), minimum, maximum, in FactoryMicrosecondsTimeGet()
/external/libchrome/base/task_scheduler/
Dtask_tracker.cc96 return Histogram::FactoryMicrosecondsTimeGet( in GetLatencyHistogram()