Searched refs:log_max (Results 1 – 1 of 1) sorted by relevance
112 std::string log_max = "max-" + std::to_string(metric) + " "; in uploadMetrics() local115 log_max += std::to_string(max_[metric][j]) + " "; in uploadMetrics()118 LOG(INFO) << log_max; in uploadMetrics()