Searched refs:fromto_count (Results 1 – 1 of 1) sorted by relevance
533 for (auto& fromto_count : communication_histogram) { in DumpCollectedStats() local534 LOG(INFO) << "From " << fromto_count.first.first << " to " in DumpCollectedStats()535 << fromto_count.first.second << ": " << fromto_count.second; in DumpCollectedStats()