Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dimportant_file_writer.cc64 std::string histogram_full_name(histogram_name); in UmaHistogramExactLinearWithSuffix() local
66 histogram_full_name.append("."); in UmaHistogramExactLinearWithSuffix()
67 histogram_full_name.append(histogram_suffix.data(), in UmaHistogramExactLinearWithSuffix()
70 UmaHistogramExactLinear(histogram_full_name, static_cast<int>(add_sample), in UmaHistogramExactLinearWithSuffix()
81 std::string histogram_full_name(histogram_name); in UmaHistogramTimesWithSuffix() local
83 histogram_full_name.append("."); in UmaHistogramTimesWithSuffix()
84 histogram_full_name.append(histogram_suffix.data(), in UmaHistogramTimesWithSuffix()
87 UmaHistogramTimes(histogram_full_name, sample); in UmaHistogramTimesWithSuffix()