Home
last modified time | relevance | path

Searched refs:desired_graphs (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/test/testsupport/
Dperf_test.cc76 std::set<std::string> desired_graphs(desired_graphs_raw.begin(), in Print() local
80 if (!desired_graphs.empty()) { in Print()
81 auto it = desired_graphs.find(counter.graph_name); in Print()
82 if (it == desired_graphs.end()) { in Print()
218 void PrintPlottableResults(const std::vector<std::string>& desired_graphs) { in PrintPlottableResults() argument
219 GetPlottableCounterPrinter().Print(desired_graphs); in PrintPlottableResults()
Dperf_test.h104 void PrintPlottableResults(const std::vector<std::string>& desired_graphs);