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