Searched refs:stringExecutionPerformance (Results 1 – 1 of 1) sorted by relevance
103 std::string stringExecutionPerformance = params.Get<std::string>("performance"); in GetExecutionPerformance() local104 if (stringExecutionPerformance.empty()) { in GetExecutionPerformance()109 if (stringExecutionPerformance == "low") { in GetExecutionPerformance()111 } else if (stringExecutionPerformance == "medium") { in GetExecutionPerformance()113 } else if (stringExecutionPerformance == "high") { in GetExecutionPerformance()115 } else if (stringExecutionPerformance == "extreme") { in GetExecutionPerformance()117 } else if (stringExecutionPerformance == "default") { in GetExecutionPerformance()