Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test.cc385 metric_recorders[i]->PlotDelayHistogram(title, bwe_names[bwe_type], in RunFairnessTest()
432 metric_recorder.PlotDelayHistogram(title.str(), bwe_names[bwe_type], 1, 0); in RunChoke()
471 metric_recorder.PlotDelayHistogram(title, bwe_names[bwe_type], 1, in RunVariableCapacity1SingleFlow()
536 metric_recorders[i]->PlotDelayHistogram(title, bwe_names[bwe_type], in RunVariableCapacity2MultipleFlows()
623 metric_recorders[i].get()->PlotDelayHistogram(title, bwe_names[bwe_type], in RunBidirectionalFlow()
732 metric_recorders[i].get()->PlotDelayHistogram(title, bwe_names[bwe_type], in RunRoundTripTimeFairness()
860 metric_recorders[id].get()->PlotDelayHistogram( in RunMultipleShortTcpFairness()
932 metric_recorders[i].get()->PlotDelayHistogram(title, bwe_names[bwe_type], in RunPauseResumeFlows()
Dmetric_recorder.h103 void PlotDelayHistogram(const std::string& title,
Dmetric_recorder.cc305 void MetricRecorder::PlotDelayHistogram(const std::string& title, in PlotDelayHistogram() function in webrtc::testing::bwe::MetricRecorder