Searched refs:RecordHistogramDelta (Results 1 – 4 of 4) sorted by relevance
74 void RecordHistogramDelta(const std::string& histogram_name,
100 log.RecordHistogramDelta("Test", samples); in TEST()
117 void MetricsLogBase::RecordHistogramDelta(const std::string& histogram_name, in RecordHistogramDelta() function in metrics::MetricsLogBase
203 GetOrCreateCurrentLog()->RecordHistogramDelta(histogram.histogram_name(), in RecordDelta()