| 186 | }; |
| 187 | |
| 188 | string GetActionSummary(StringPiece action, const Parameters& params, |
| 189 | const Config& config) { |
| 190 | return strings::Printf("autotune_map %s %s: %s -> (%s)", name_.c_str(), |
| 191 | string(action).c_str(), params.ToString().c_str(), |
| 192 | config.ToString().c_str()); |
| 193 | } |
| 194 | |
| 195 | mutable mutex mu_; |
| 196 | struct ValueType { |