Home
last modified time | relevance | path

Searched refs:UmaHistogramTimes (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram_functions.h111 BASE_EXPORT void UmaHistogramTimes(const std::string& name, TimeDelta sample);
Dhistogram_functions.cc77 void UmaHistogramTimes(const std::string& name, TimeDelta sample) { in UmaHistogramTimes() function
/external/libchrome/base/files/
Dimportant_file_writer.cc87 UmaHistogramTimes(histogram_full_name, sample); in UmaHistogramTimesWithSuffix()