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

Function DebugPrint

tools/track_analyzing/track_analyzer/utils.cpp:242–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242string DebugPrint(Stats const & s)
243{
244 ostringstream ss;
245 ss << "Stats [\n";
246 PrintMap("mwm", "Mwm to total data points number:", s.m_mwmToTotalDataPoints, ss);
247 PrintMap("country", "Country name to data points number:", s.m_countryToTotalDataPoints, ss);
248 ss << "]" << endl;
249
250 return ss.str();
251}
252} // namespace track_analyzing

Callers

nothing calls this directly

Calls 1

PrintMapFunction · 0.85

Tested by

no test coverage detected