Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/test/
H A Dtest_main_lib.cc174 absl::optional<std::vector<std::string>> metrics_to_plot = in Run() local
177 if (metrics_to_plot->empty()) { in Run()
178 metrics_to_plot = absl::nullopt; in Run()
180 if (metrics_to_plot->size() == 1 && in Run()
181 (*metrics_to_plot)[0] == kPlotAllMetrics) { in Run()
182 metrics_to_plot->clear(); in Run()
191 absl::GetFlag(FLAGS_webrtc_test_metrics_output_path), metrics_to_plot); in Run()
225 if (metrics_to_plot) { in Run()
226 webrtc::test::PrintPlottableResults(*metrics_to_plot); in Run()
/aosp_15_r20/external/webrtc/rtc_tools/
H A Dmetrics_plotter.py53 metrics_to_plot = set()
56 metrics_to_plot.add(metric)
68 if len(metrics_to_plot
69 ) > 0 and metric[GRAPH_NAME] not in metrics_to_plot:
/aosp_15_r20/external/webrtc/test/ios/
H A Dtest_support.mm177 absl::optional<std::vector<std::string>> metrics_to_plot) {
184 g_metrics_to_plot = std::move(metrics_to_plot);
H A Dtest_support.h31 absl::optional<std::vector<std::string>> metrics_to_plot);