Home
last modified time | relevance | path

Searched refs:UmaHistogramCustomTimes (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram_functions.cc67 void UmaHistogramCustomTimes(const std::string& name, in UmaHistogramCustomTimes() function
78 UmaHistogramCustomTimes(name, sample, TimeDelta::FromMilliseconds(1), in UmaHistogramTimes()
83 UmaHistogramCustomTimes(name, sample, TimeDelta::FromMilliseconds(1), in UmaHistogramMediumTimes()
88 UmaHistogramCustomTimes(name, sample, TimeDelta::FromMilliseconds(1), in UmaHistogramLongTimes()
Dhistogram_functions.h105 BASE_EXPORT void UmaHistogramCustomTimes(const std::string& name,