Searched refs:metrics_to_plot (Results 1 – 4 of 4) sorted by relevance
174 absl::optional<std::vector<std::string>> metrics_to_plot = in Run() local177 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()
53 metrics_to_plot = set()56 metrics_to_plot.add(metric)68 if len(metrics_to_plot69 ) > 0 and metric[GRAPH_NAME] not in metrics_to_plot:
177 absl::optional<std::vector<std::string>> metrics_to_plot) {184 g_metrics_to_plot = std::move(metrics_to_plot);
31 absl::optional<std::vector<std::string>> metrics_to_plot);