Home
last modified time | relevance | path

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

/external/webrtc/webrtc/system_wrappers/include/
Dmetrics.h66 RTC_HISTOGRAM_COUNTS(name, sample, 1, 100, 50)
69 RTC_HISTOGRAM_COUNTS(name, sample, 1, 200, 50)
72 RTC_HISTOGRAM_COUNTS(name, sample, 1, 1000, 50)
75 RTC_HISTOGRAM_COUNTS(name, sample, 1, 10000, 50)
78 RTC_HISTOGRAM_COUNTS(name, sample, 1, 100000, 50)
80 #define RTC_HISTOGRAM_COUNTS(name, sample, min, max, bucket_count) \ macro