Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dmetric_recorder.cc316 int64_t percentile_95_ms = NthDelayPercentile(95); in PlotDelayHistogram() local
320 percentile_95_ms, "5th and 95th percentiles", in PlotDelayHistogram()
329 "%ld ms", percentile_95_ms - one_way_path_delay_ms); in PlotDelayHistogram()
333 RTC_UNUSED(percentile_95_ms); in PlotDelayHistogram()