MCPcopy Create free account
hub / github.com/comaps/comaps / LogNameToCountMapping

Function LogNameToCountMapping

tools/track_analyzing/track_analyzer/utils.cpp:234–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234void 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
242string DebugPrint(Stats const & s)
243{

Callers 2

LogMwmsMethod · 0.85
LogCountriesMethod · 0.85

Calls 1

PrintMapFunction · 0.85

Tested by

no test coverage detected