Searched refs:metrics_to_plot (Results 1 – 3 of 3) sorted by relevance
207 absl::optional<std::vector<std::string>> metrics_to_plot = in Run() local210 if (metrics_to_plot->empty()) { in Run()211 metrics_to_plot = absl::nullopt; in Run()213 if (metrics_to_plot->size() == 1 && in Run()214 (*metrics_to_plot)[0] == kPlotAllMetrics) { in Run()215 metrics_to_plot->clear(); in Run()222 metrics_to_plot); in Run()235 if (metrics_to_plot) { in Run()236 webrtc::test::PrintPlottableResults(*metrics_to_plot); in Run()
29 absl::optional<std::vector<std::string>> metrics_to_plot);
121 absl::optional<std::vector<std::string>> metrics_to_plot) {126 g_metrics_to_plot = std::move(metrics_to_plot);