Searched refs:histogram_full_name (Results 1 – 1 of 1) sorted by relevance
64 std::string histogram_full_name(histogram_name); in UmaHistogramExactLinearWithSuffix() local66 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() local83 histogram_full_name.append("."); in UmaHistogramTimesWithSuffix()84 histogram_full_name.append(histogram_suffix.data(), in UmaHistogramTimesWithSuffix()87 UmaHistogramTimes(histogram_full_name, sample); in UmaHistogramTimesWithSuffix()