Searched refs:PlotThroughputHistogram (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | metric_recorder.h | 92 void PlotThroughputHistogram(const std::string& title, 98 void PlotThroughputHistogram(const std::string& title,
|
D | bwe_test.cc | 375 metric_recorders[i]->PlotThroughputHistogram( in RunFairnessTest() 430 metric_recorder.PlotThroughputHistogram(title.str(), bwe_names[bwe_type], 1, in RunChoke() 470 metric_recorder.PlotThroughputHistogram(title, bwe_names[bwe_type], 1, 0); in RunVariableCapacity1SingleFlow() 534 metric_recorders[i]->PlotThroughputHistogram(title, bwe_names[bwe_type], in RunVariableCapacity2MultipleFlows() 621 metric_recorders[i].get()->PlotThroughputHistogram( in RunBidirectionalFlow() 730 metric_recorders[i].get()->PlotThroughputHistogram( in RunRoundTripTimeFairness() 858 metric_recorders[id].get()->PlotThroughputHistogram( in RunMultipleShortTcpFairness() 930 metric_recorders[i].get()->PlotThroughputHistogram( in RunPauseResumeFlows()
|
D | metric_recorder.cc | 258 void MetricRecorder::PlotThroughputHistogram( in PlotThroughputHistogram() function in webrtc::testing::bwe::MetricRecorder 298 void MetricRecorder::PlotThroughputHistogram(const std::string& title, in PlotThroughputHistogram() function in webrtc::testing::bwe::MetricRecorder 302 PlotThroughputHistogram(title, bwe_name, num_flows, extra_offset_ms, ""); in PlotThroughputHistogram()
|