| 232 | } |
| 233 | |
| 234 | void LogNameToCountMapping(string const & keyName, string const & descr, Stats::NameToCountMapping const & mapping) |
| 235 | { |
| 236 | ostringstream ss; |
| 237 | LOG(LINFO, ("\n")); |
| 238 | PrintMap(keyName, descr, mapping, ss); |
| 239 | LOG(LINFO, (ss.str())); |
| 240 | } |
| 241 | |
| 242 | string DebugPrint(Stats const & s) |
| 243 | { |
no test coverage detected