Searched refs:desired_graphs (Results 1 – 2 of 2) sorted by relevance
76 std::set<std::string> desired_graphs(desired_graphs_raw.begin(), in Print() local80 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() argument219 GetPlottableCounterPrinter().Print(desired_graphs); in PrintPlottableResults()
104 void PrintPlottableResults(const std::vector<std::string>& desired_graphs);